TickOptions<T> class abstract

Implementers
Annotations
  • @anonymous
  • @JS()

Constructors

TickOptions({dynamic min, dynamic max})
factory

Properties

autoSkip bool
getter/setter pair
autoSkipPadding bool
getter/setter pair
backdropColor ↔ dynamic
getter/setter pair
backdropPaddingX num
getter/setter pair
backdropPaddingY num
getter/setter pair
display bool
getter/setter pair
fontColor ↔ dynamic
getter/setter pair
fontFamily String
getter/setter pair
fontSize num
getter/setter pair
fontStyle String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labelOffset num
getter/setter pair
max ↔ T
getter/setter pair
maxRotation num
getter/setter pair
maxTicksLimit num
getter/setter pair
min ↔ T
getter/setter pair
minRotation num
getter/setter pair
mirror bool
getter/setter pair
padding num
getter/setter pair
reverse bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLabelBackdrop bool
getter/setter pair

Methods

callback(dynamic value, dynamic index, dynamic values) → dynamic
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