decrease text size
This commit is contained in:
@@ -23,7 +23,7 @@ Widget doubleRowInfoTile(
|
|||||||
flex: 10,
|
flex: 10,
|
||||||
child: Text(
|
child: Text(
|
||||||
"$titleOneUpperLeft $titleTwoUpperLeft",
|
"$titleOneUpperLeft $titleTwoUpperLeft",
|
||||||
style: TextStyle(fontSize: 20),
|
style: TextStyle(fontSize: 17),
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
),
|
),
|
||||||
@@ -33,7 +33,7 @@ Widget doubleRowInfoTile(
|
|||||||
flex: 3,
|
flex: 3,
|
||||||
child: Text(
|
child: Text(
|
||||||
"$titleUpperRight",
|
"$titleUpperRight",
|
||||||
style: TextStyle(fontSize: 20),
|
style: TextStyle(fontSize: 17),
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
textAlign: TextAlign.end,
|
textAlign: TextAlign.end,
|
||||||
@@ -47,7 +47,7 @@ Widget doubleRowInfoTile(
|
|||||||
flex: 10,
|
flex: 10,
|
||||||
child: Text(
|
child: Text(
|
||||||
"$titleLowerLeft",
|
"$titleLowerLeft",
|
||||||
style: TextStyle(fontSize: 20),
|
style: TextStyle(fontSize: 17),
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
),
|
),
|
||||||
@@ -57,7 +57,7 @@ Widget doubleRowInfoTile(
|
|||||||
flex: 4,
|
flex: 4,
|
||||||
child: Text(
|
child: Text(
|
||||||
"$titleLowerRight",
|
"$titleLowerRight",
|
||||||
style: TextStyle(fontSize: 20),
|
style: TextStyle(fontSize: 17),
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
textAlign: TextAlign.end,
|
textAlign: TextAlign.end,
|
||||||
|
|||||||
Reference in New Issue
Block a user