maxWidth method

Widget maxWidth(
  1. double width
)

Implementation

Widget maxWidth(double width) => ConstrainedBox(constraints: BoxConstraints(maxWidth: width), child: this);