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