mainAxisExtent property

double? mainAxisExtent

Implementation

double? get mainAxisExtent => $get(#mainAxisExtent);
void mainAxisExtent=(double? count)

Implementation

set mainAxisExtent(double? count) => $set(#mainAxisExtent, count);