feat(layout)!: update layout plugins with new components system
continuous-integration/drone/pr Build is failing

This commit is contained in:
2023-05-02 13:32:52 +02:00
parent 96369e24f9
commit e76857f118
14 changed files with 79 additions and 42 deletions
@@ -7,7 +7,8 @@ class AppBarLayoutPage extends StatelessWidget {
@override
Widget build(BuildContext context) => TopAppBarLayout(
custom: (p0) => p0?.copyWith.title('New Title'.wrap()),
custom: (topBar) =>
topBar?.copyWith.title(const TextWrapper('New Title')),
body: const Center(
child: Text(
'Body',