FlutterTextInputType.none constructor

  1. @FreezedUnionValue.new('flutter:TextInputType.none')
FlutterTextInputType.none()

Implementation

@FreezedUnionValue('flutter:TextInputType.none')
factory FlutterTextInputType.none() = _FlutterTextInputTypenone;