FlowViewModel<T> constructor

const FlowViewModel<T>(
  1. BuildContext context,
  2. FlowState state
)

Implementation

const FlowViewModel(this.context, this.state);