mainAxisExtent property
double
get
mainAxisExtent
Implementation
double get mainAxisExtent => _mainAxisExtent;
set
mainAxisExtent
(double value)
Implementation
set mainAxisExtent(double value) {
if (_mainAxisExtent != value) {
_mainAxisExtent = value;
markNeedsLayout();
}
}