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