docs: add doc
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user