Define size for the memories label text
This commit is contained in:
parent
dcc6190154
commit
e993a834fb
1 changed files with 6 additions and 1 deletions
|
@ -115,7 +115,12 @@ class MemoryWidget extends StatelessWidget {
|
|||
tag: title,
|
||||
child: Material(
|
||||
type: MaterialType.transparency,
|
||||
child: Text(title),
|
||||
child: Text(
|
||||
title,
|
||||
style: TextStyle(
|
||||
fontSize: 12,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue