docs: add doc

This commit is contained in:
2023-02-28 15:42:02 +00:00
committed by Gitea
parent 4029d4de03
commit a0783b4b60
7 changed files with 216 additions and 79 deletions
@@ -7,7 +7,7 @@ class AppBarLayoutPage extends StatelessWidget {
@override
Widget build(BuildContext context) => TopAppBarLayout(
custom: (p0) => p0?.copyWith.call(title: 'New Title'.wrap()),
custom: (p0) => p0?.copyWith.title('New Title'.wrap()),
body: const Center(
child: Text(
'Body',