AnnotatedRegionModifier<T extends Object> constructor
const
AnnotatedRegionModifier<T extends Object> ({})
Creates a new annotated region to insert value
into the layer tree.
Neither child
nor value
may be null.
sized
defaults to true and controls whether the annotated region will
clip its child.
Implementation
const AnnotatedRegionModifier({
super.key,
super.child,
super.modifierKey,
required this.value,
this.sized = true,
});