代码格式优化完毕

This commit is contained in:
toly
2022-03-26 21:25:40 +08:00
parent 36b5adbd7b
commit 59f8125e1a
265 changed files with 1684 additions and 1494 deletions

View File

@@ -23,7 +23,7 @@ class _SizeChangedLayoutNotifierDemoState extends State<SizeChangedLayoutNotifie
Widget build(BuildContext context) {
return NotificationListener<SizeChangedLayoutNotification>(
onNotification: _onNotification,
child: ChangeableBox(),
child: const ChangeableBox(),
);
}