master #81
@ -27,6 +27,6 @@ class CustomAppBarExample extends AppBarComponent
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => AppBar(
|
||||
title: Text(super.title ?? ''),
|
||||
title: Text(super.title?.text ?? ''),
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user