forked from lxm_flutter/FlutterUnit
代码格式优化完毕
This commit is contained in:
@@ -23,7 +23,7 @@ class _SizeChangedLayoutNotifierDemoState extends State<SizeChangedLayoutNotifie
|
||||
Widget build(BuildContext context) {
|
||||
return NotificationListener<SizeChangedLayoutNotification>(
|
||||
onNotification: _onNotification,
|
||||
child: ChangeableBox(),
|
||||
child: const ChangeableBox(),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user