maxHeight method

Widget maxHeight(
  1. double height
)

Implementation

Widget maxHeight(double height) => ConstrainedBox(constraints: BoxConstraints(maxHeight: height), child: this);