master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit 5d8f94bee8 - Show all commits

View File

@ -27,6 +27,6 @@ class CustomAppBarExample extends AppBarComponent
@override
Widget build(BuildContext context) => AppBar(
title: Text(super.title ?? ''),
title: Text(super.title?.text ?? ''),
);
}