Style class
Describes how a PaintedWidget should look on the screens.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addAll(
Style? otherStyle) → Style - Concatenates two styles.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toKeyframeMap(
) → Map< String, String> - Returns a map representation of this Style that can be used by JavaScript's animation API.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator +(
Style? otherStyle) → Style - Concatenates two styles.
-
operator ==(
Object other) → bool -
The equality operator.
inherited