Define size for the memories label text

This commit is contained in:
Vishnu Mohandas 2020-07-30 12:17:21 +05:30
parent dcc6190154
commit e993a834fb

View file

@ -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,
),
),
),
),
],