Show event information in bottom modal

This commit is contained in:
2022-09-03 13:14:02 -04:00
parent 17350d798d
commit 7ca45d2f70
7 changed files with 368 additions and 99 deletions

View File

@@ -8,6 +8,16 @@ ThemeData _baseTheme = ThemeData(
unselectedItemColor: Colors.grey[500],
),
textTheme: TextTheme(
headline1: TextStyle(
color: Colors.grey[800],
fontWeight: FontWeight.w900,
fontSize: 22,
),
subtitle1: TextStyle(
color: Colors.grey[500],
fontWeight: FontWeight.w500,
fontSize: 16,
),
subtitle2: TextStyle(
color: Colors.grey[500],
fontWeight: FontWeight.w500,