FlutterBoxConstraints.tightFor constructor
- @FreezedUnionValue.new('flutter:BoxConstraints.tightFor')
Implementation
@FreezedUnionValue('flutter:BoxConstraints.tightFor')
factory FlutterBoxConstraints.tightFor({double? width, double? height}) =
_FlutterBoxConstraintsTightFor;