FlutterBoxFit.none constructor

  1. @FreezedUnionValue.new('flutter:BoxFit.none')
FlutterBoxFit.none()

Implementation

@FreezedUnionValue('flutter:BoxFit.none')
factory FlutterBoxFit.none() = _FlutterBoxFitNone;