Nop<C> constructor
const
Nop<C> ({
- Key? key,
- required Widget child,
- List<
NopWidgetBuilder> ? builders, - C create(
- BuildContext context
Implementation
const Nop({
super.key,
required this.child,
this.builders,
this.create,
}) : value = null,
group = null,
groupList = const [];