Options class

Annotations
  • @anonymous
  • @JS()

Constructors

Options({num width, num height, num fontSize, String format, String font, String textAlign, String lineColor, String background, bool displayValue, String text, String fontOptions, String textPosition, num textMargin, num margin, num marginTop, num marginBottom, num marginRight, num marginLeft, Function valid})
factory

Properties

background String
getter/setter pair
displayValue bool
getter/setter pair
font String
getter/setter pair
fontOptions String
getter/setter pair
fontSize num
getter/setter pair
format String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height num
getter/setter pair
lineColor String
getter/setter pair
margin num
getter/setter pair
marginBottom num
getter/setter pair
marginLeft num
getter/setter pair
marginRight num
getter/setter pair
marginTop num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
getter/setter pair
textAlign String
getter/setter pair
textMargin num
getter/setter pair
textPosition String
getter/setter pair
valid Function
getter/setter pair
width num
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