GenericItemFormBuilder<T> constructor
const
GenericItemFormBuilder<T> ({
- Key? key,
- GenericItem<
T> ? model, - Widget? child,
- bool canPop(
- FormGroup formGroup
- void onPopInvoked(
- FormGroup formGroup,
- bool didPop
- required Widget builder(
- BuildContext context,
- GenericItemForm<
T> formModel, - Widget? child
- void initState(
- BuildContext context,
- GenericItemForm<
T> formModel
Implementation
const GenericItemFormBuilder({
Key? key,
this.model,
this.child,
this.canPop,
this.onPopInvoked,
required this.builder,
this.initState,
}) : super(key: key);