feat(ui_components): make component data field nullable (#92)

This commit is contained in:
AN12345
2022-12-12 14:08:36 -05:00
parent 45c7bd6fca
commit 81a7ca5a1f
4 changed files with 14 additions and 14 deletions
@@ -50,7 +50,7 @@ class Home extends StatelessWidget {
Widget build(BuildContext context) => Scaffold(
appBar: PreferredSize(
preferredSize: const Size.fromHeight(60),
child: context.components.appBar.configure(title: 'Example title'),
child: context.components.appBar?.configure(title: 'Example title'),
),
body: Column(
children: [