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