Style class

Describes how a PaintedWidget should look on the screens.

Constructors

Style(Map<String, String> _rules)
Creates a new instance of Style.
const

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