1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-09-19 05:48:54 +00:00

Display the list of memberships

This commit is contained in:
2020-05-05 19:33:04 +02:00
parent 286639889b
commit c5c544fb34
5 changed files with 130 additions and 5 deletions

View File

@@ -36,7 +36,9 @@ class _TabletRouteState extends State<TabletRoute> {
Widget _buildLeftPane() => Theme(
data: Theme.of(context).copyWith(
textTheme: TextTheme(body1: TextStyle(color: Colors.white))),
textTheme: TextTheme(body1: TextStyle(color: Colors.white)),
iconTheme: IconThemeData(color: Colors.white),
),
child: Container(
width: 300,
color: Color(0xFF222D32),