createState method

  1. @override
InputFeatureState<InputFeature> createState()
override

Creates the state for this input feature.

Implementation

@override
InputFeatureState createState() => _InputAboveBelowFeatureState();