FieldController constructor

FieldController({
  1. String? text,
})

Implementation

FieldController({String? text}) : super(text: text);