added const for formColumnSpacing

This commit is contained in:
2026-06-19 13:20:46 +02:00
parent 5ef22c7b50
commit f1c1578620
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@ import 'package:flutter/material.dart';
class AppTheme {
AppTheme._();
static const double formColumnSpacing = 12.0;
static ThemeData get lightTheme => _baseTheme(
colorScheme: ColorScheme.fromSeed(
seedColor: Colors.indigo,