controller property

C? controller
final

Controls the value being edited.

If null, this widget will create its own Controller and initialize its Controller.value with initialValue.

Implementation

final C? controller;