SizeChangedLayoutNotifierModifier constructor
Creates a SizeChangedLayoutNotifier that dispatches layout changed
notifications when child
changes layout size.
Implementation
const SizeChangedLayoutNotifierModifier({
super.key,
super.child,
super.modifierKey,
});