mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 16:41:19 +00:00
size update
This commit is contained in:
parent
cfcbf5a91f
commit
9551f5f698
@ -33,7 +33,7 @@ class EventListItem extends StatelessWidget {
|
|||||||
margin: const EdgeInsets.all(10.0),
|
margin: const EdgeInsets.all(10.0),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(20.0),
|
borderRadius: BorderRadius.circular(20.0),
|
||||||
color: Colors.red,
|
//color: Colors.red,
|
||||||
boxShadow: const [
|
boxShadow: const [
|
||||||
BoxShadow(
|
BoxShadow(
|
||||||
color: Colors.black26,
|
color: Colors.black26,
|
||||||
@ -136,7 +136,7 @@ class EventListItem extends StatelessWidget {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
AutoSizeText(
|
AutoSizeText(
|
||||||
eventAgenda.name!.length > 40 ? eventAgenda.name!.substring(0, 40) + " ..." : eventAgenda.name!,
|
eventAgenda.name!.length > 30 ? eventAgenda.name!.substring(0, 30) + " ..." : eventAgenda.name!,
|
||||||
style: TextStyle(fontSize: 14.0),
|
style: TextStyle(fontSize: 14.0),
|
||||||
maxFontSize: 14,
|
maxFontSize: 14,
|
||||||
textAlign : TextAlign.center
|
textAlign : TextAlign.center
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user