intrinsicHeight method
Returns a new IntrinsicHeight widget.
Implementation
IntrinsicHeight intrinsicHeight({Key? key, double? stepHeight}) {
return IntrinsicHeight(key: key, child: this);
}
Returns a new IntrinsicHeight widget.
IntrinsicHeight intrinsicHeight({Key? key, double? stepHeight}) {
return IntrinsicHeight(key: key, child: this);
}