menu
papilio package
documentation
page_args.dart
PageArgs<TBloc>
PageArgs constructor
PageArgs constructor
dark_mode
light_mode
PageArgs<
TBloc
>
constructor
PageArgs<
TBloc
>
(
ValueKey
<
String
>
key
,
Object
?
pageScope
,
Object
?
arguments
,
Bloc
<
TBloc
>
bloc
,
)
Instantiates a new pageArgs
Implementation
PageArgs(this.key, this.pageScope, this.arguments, this.bloc);
papilio package
documentation
page_args
PageArgs<TBloc>
PageArgs constructor
PageArgs class