direction property
The direction to use as the main axis.
Implementation
Axis get direction => _direction;
Implementation
set direction(Axis value) {
if (_direction != value) {
_direction = value;
markNeedsLayout();
}
}
The direction to use as the main axis.
Axis get direction => _direction;
set direction(Axis value) {
if (_direction != value) {
_direction = value;
markNeedsLayout();
}
}