Recurring vs. Recurring #382
This commit is contained in:
parent
93aa2fb17b
commit
4ea68e5823
|
|
@ -654,11 +654,11 @@ class _DrawerTileState extends State<DrawerTile> {
|
||||||
color: textColor,
|
color: textColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
title: Text(
|
title: state.isMenuCollapsed
|
||||||
|
? SizedBox()
|
||||||
|
: Text(
|
||||||
widget.title,
|
widget.title,
|
||||||
key: ValueKey('menu_${widget.title}'),
|
key: ValueKey('menu_${widget.title}'),
|
||||||
overflow: TextOverflow.clip,
|
|
||||||
maxLines: 1,
|
|
||||||
style: Theme.of(context).textTheme.bodyText1.copyWith(
|
style: Theme.of(context).textTheme.bodyText1.copyWith(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
color: textColor,
|
color: textColor,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue