minExtent property

double minExtent

The smallest that this render object can become, in the main axis direction.

If this is based on the intrinsic dimensions of the child, the child should be measured during updateChild and the value cached and returned here. The updateChild method will automatically be invoked any time the child changes its intrinsic dimensions.

Implementation

double get minExtent;