FlutterRect.fromLTWH constructor

  1. @FreezedUnionValue.new('flutter:Rect.fromLTWH')
FlutterRect.fromLTWH(
  1. double left,
  2. double top,
  3. double width,
  4. double height,
)

Implementation

@FreezedUnionValue('flutter:Rect.fromLTWH')
factory FlutterRect.fromLTWH(
        double left, double top, double width, double height) =
    _FlutterRectFromLTWH;