RTLSpec class
Defines the behavior of the chart if it is RTL.
Constructors
- RTLSpec({AxisDirection axisDirection = AxisDirection.reversed})
-
Creates RTLSpec. If no parameters are specified, the defaults are used.
const
Properties
- axisDirection → AxisDirection
-
Direction of the domain axis when the chart container is configured for
RTL mode.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited