fitHeight property
IntrinsicHeight
get
fitHeight
wraps the widget in a IntrinsicHeight
Implementation
IntrinsicHeight get fitHeight => IntrinsicHeight(child: this);
wraps the widget in a IntrinsicHeight
IntrinsicHeight get fitHeight => IntrinsicHeight(child: this);