fix(cw_gen): fix textwrapper
This commit is contained in:
parent
aeb4366ec1
commit
9e332c3ba7
@ -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