Prevent line wrapping
This commit is contained in:
parent
0fa3b0615c
commit
c86bd28de9
|
|
@ -53,7 +53,9 @@ class DashboardPanels extends StatelessWidget {
|
|||
child: Text(
|
||||
formatDateRange(uiState.startDate(company),
|
||||
uiState.endDate(company), context),
|
||||
style: Theme.of(context).textTheme.title),
|
||||
style: Theme.of(context).textTheme.title
|
||||
.copyWith(fontSize: 18),
|
||||
),
|
||||
),
|
||||
SizedBox(width: 6.0),
|
||||
Icon(Icons.arrow_drop_down),
|
||||
|
|
|
|||
Loading…
Reference in New Issue