ReactiveGenericItemForm<T> constructor
const
ReactiveGenericItemForm<T> ({
- Key? key,
- required GenericItemForm<
T> form, - required Widget child,
- bool canPop(
- FormGroup formGroup
- void onPopInvoked(
- FormGroup formGroup,
- bool didPop
Implementation
const ReactiveGenericItemForm({
Key? key,
required this.form,
required this.child,
this.canPop,
this.onPopInvoked,
}) : super(key: key);