FlutterBoxConstraints.tightFor constructor

  1. @FreezedUnionValue.new('flutter:BoxConstraints.tightFor')
FlutterBoxConstraints.tightFor({
  1. double? width,
  2. double? height,
})

Implementation

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