directionIsXAxis property
bool
get
directionIsXAxis
Indicates wheter the direction is horizontal.
Implementation
bool get directionIsXAxis => direction == Axis.horizontal;
Indicates wheter the direction is horizontal.
bool get directionIsXAxis => direction == Axis.horizontal;