Green<C> constructor
const
Green<C> ({
- Key? key,
- C create(
- BuildContext context
- required Widget child,
Implementation
const Green({
super.key,
this.create,
required this.child,
}) : value = null;