intrinsicHeight method

IntrinsicHeight intrinsicHeight({
  1. Key? key,
  2. double? stepHeight,
})

Returns a new IntrinsicHeight widget.

Implementation

IntrinsicHeight intrinsicHeight({Key? key, double? stepHeight}) {
  return IntrinsicHeight(key: key, child: this);
}