FrViewU<M extends FrUnionModel> constructor
const
FrViewU<M extends FrUnionModel> ({
- Key? key,
- String tag = '',
- bool? onlyProvider = false,
- bool buildWhen(
- M pre,
- M cur
- required FrViewBuilder<
FrUnionViewModel, M> builder, - Widget? child,
Implementation
const FrViewU({
super.key,
this.tag = '',
this.onlyProvider = false,
this.buildWhen,
required this.builder,
this.child,
});