StyleOptions class abstract

Implementers
Annotations
  • @anonymous
  • @JS()

Constructors

StyleOptions({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 pair
color String
getter/setter pair
fontFamily String
getter/setter pair
fontSize String
getter/setter pair
fontSmoothing String
getter/setter pair
fontStyle String
getter/setter pair
fontVariant String
getter/setter pair
fontWeight ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconColor String
getter/setter pair
letterSpacing String
getter/setter pair
lineHeight String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign String
getter/setter pair
textDecoration String
getter/setter pair
textShadow String
getter/setter pair
textTransform String
getter/setter pair

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