Style class

Use this class to declare styles for FrameworkWidget subclasses.

Constructors

Style(Map<String, String> rules)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
rules Map<String, String>
Each rule has a key as a CSS property and a corresponding value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toKeyframe() Map<String, String>
The keyframe representation of the declared CSS rules.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited