Style class abstract

Implemented types
Annotations
  • @anonymous
  • @JS()

Constructors

Style({StyleOptions hover, StyleOptions focus, StyleOptions disabled, String color, String backgroundColor, String fontFamily, String fontSize, String fontSmoothing, String fontStyle, String fontVariant, dynamic fontWeight, String iconColor, String lineHeight, String letterSpacing, String textAlign, String textDecoration, String textShadow, String textTransform})
factory

Properties

backgroundColor String
getter/setter pairinherited
color String
getter/setter pairinherited
fontFamily String
getter/setter pairinherited
fontSize String
getter/setter pairinherited
fontSmoothing String
getter/setter pairinherited
fontStyle String
getter/setter pairinherited
fontVariant String
getter/setter pairinherited
fontWeight ↔ dynamic
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
iconColor String
getter/setter pairinherited
letterSpacing String
getter/setter pairinherited
lineHeight String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign String
getter/setter pairinherited
textDecoration String
getter/setter pairinherited
textShadow String
getter/setter pairinherited
textTransform String
getter/setter pairinherited

Methods

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

Operators

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