KeyedSubtree constructor Null safety
Creates a widget that builds its child.
Implementation
const KeyedSubtree({
super.key,
required this.child,
}) : assert(child != null);
Creates a widget that builds its child.
const KeyedSubtree({
super.key,
required this.child,
}) : assert(child != null);