controller property

FlowController<T>? controller
final

Optional FlowController which will be used in the current flow. If not provided, a FlowController instance will be created internally.

Implementation

final FlowController<T>? controller;