FlutterRect.fromPoints constructor

  1. @FreezedUnionValue.new('flutter:Rect.fromPoints')
FlutterRect.fromPoints(
  1. FlutterOffset a,
  2. FlutterOffset b
)

Implementation

@FreezedUnionValue('flutter:Rect.fromPoints')
factory FlutterRect.fromPoints(FlutterOffset a, FlutterOffset b) =
    _FlutterRectFromPoints;