ComponentStyle class Null safety

Style for a button.

Inheritance
Annotations

Constructors

ComponentStyle.from(int value)
Creates instance of ComponentStyle

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
value int
Returns value of enum
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited

Constants

danger → const ComponentStyle
A red button
ComponentStyle._create(4)
A button that navigates to a URL
ComponentStyle._create(5)
primary → const ComponentStyle
A blurple button
ComponentStyle._create(1)
secondary → const ComponentStyle
A grey button
ComponentStyle._create(2)
success → const ComponentStyle
A green button
ComponentStyle._create(3)