Commit 1ae7d8a2 by Maurits van Beusekom

Fixes analysis warning

parent 90960cae
......@@ -98,7 +98,7 @@ class _PermissionState extends State<PermissionWidget> {
return ListTile(
title: Text(
_permission.toString(),
style: Theme.of(context).textTheme.bodyText1,
style: Theme.of(context).textTheme.bodyLarge,
),
subtitle: Text(
_permissionStatus.toString(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment