XContainerOptions class

Annotations

Constructors

XContainerOptions({bool isXContainerShown = true, double xBottomMinTicksHeight = 6.0, double xLabelsPadTB = 6.0, double xLabelsPadLR = 40.0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isXContainerShown bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xBottomMinTicksHeight double
Length of the ticks around the grid rectangle.
final
xLabelsPadLR double
Pad space around the X labels area. TB - top/bottom, LR - left/right. Unused.
final
xLabelsPadTB double
Pad space around the X labels area. TB - top/bottom, LR - left/right.
final

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