FlutterRect.fromLTRB constructor
- @FreezedUnionValue.new('flutter:Rect.fromLTRB')
Implementation
@FreezedUnionValue('flutter:Rect.fromLTRB')
factory FlutterRect.fromLTRB(
double left, double top, double right, double bottom) =
_FlutterRectFromLTRB;