Creates a SizeChangedLayoutNotifier that dispatches layout changed
notifications when child changes layout.
Source
SizeChangedLayoutNotifier({
Key key,
Widget child
}) : super(key: key, child: child);
Creates a SizeChangedLayoutNotifier that dispatches layout changed
notifications when child changes layout.
SizeChangedLayoutNotifier({
Key key,
Widget child
}) : super(key: key, child: child);