We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1760331 commit 2a3a587Copy full SHA for 2a3a587
lib/pages/play.dart
@@ -149,7 +149,7 @@ class _PlayPageState extends State<PlayPage> {
149
backgroundColor: Colors.transparent,
150
elevation: 0,
151
systemOverlayStyle: SystemUiOverlayStyle.light,
152
- leadingWidth: Prefs.showFpsCounter.value ? 136 : 80,
+ leadingWidth: 80 + (Prefs.showFpsCounter.value ? (16 + 24 * 3) : 0),
153
leading: Row(
154
mainAxisSize: MainAxisSize.min,
155
children: [
0 commit comments