PageArgs<TBloc> constructor

PageArgs<TBloc>(
  1. ValueKey<String> key,
  2. Object? pageScope,
  3. Object? arguments,
  4. Bloc<TBloc> bloc,
)

Instantiates a new pageArgs

Implementation

PageArgs(this.key, this.pageScope, this.arguments, this.bloc);