crossAxisExtent property

double? crossAxisExtent

Implementation

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

Implementation

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