mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 00:21:19 +00:00
width name
This commit is contained in:
parent
5de0ca14cd
commit
91ae2c3c01
@ -138,14 +138,15 @@ class EventListItem extends StatelessWidget {
|
||||
alignment: Alignment.center,
|
||||
child: AutoSizeText(
|
||||
eventAgenda.name!,
|
||||
style: TextStyle(fontSize: kDescriptionSize),
|
||||
maxFontSize: 15,
|
||||
style: TextStyle(fontSize: 14.0),
|
||||
maxFontSize: 14,
|
||||
),
|
||||
),
|
||||
AutoSizeText(
|
||||
eventAgenda.type!,
|
||||
maxFontSize: 12.0,
|
||||
style: const TextStyle(
|
||||
style: TextStyle(
|
||||
fontSize: 11.0,
|
||||
color: Colors.grey,
|
||||
),
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user