widget property

  1. @override
FastChipsInput widget
override

Returns the FastFormField widget for this FastFormFieldState instance. Must be overridden in the concrete child class.

Implementation

@override
FastChipsInput get widget => super.widget as FastChipsInput;