controller property

AnyValueController<T>? controller
final

Optional controller that manages the field's value.

If not provided, an internal controller will be created using initialValue. The controller will be automatically disposed when the widget is removed from the tree, unless it was externally provided.

Implementation

final AnyValueController<T>? controller;