fix: Render Overflow issue in Dashboard screen

This commit is contained in:
yaseenagwan
2022-01-09 13:30:03 +05:30
parent 60efa267cc
commit d7b216d57a

View File

@@ -352,9 +352,11 @@ class _DashboardWorkoutWidgetState extends State<DashboardWorkoutWidget> {
overflow: TextOverflow.ellipsis,
),
),
MutedText(
day.getDaysText,
textAlign: TextAlign.right,
Expanded(
child: MutedText(
day.getDaysText,
textAlign: TextAlign.right,
),
),
IconButton(
icon: const Icon(Icons.play_arrow),