Theme Mode #2

This commit is contained in:
2025-09-03 15:51:44 +05:30
parent d9f78629d2
commit 52534f9210
16 changed files with 124 additions and 56 deletions

View File

@@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import '../../../l10n/app_localizations.dart';
class BlockCardScreen extends StatefulWidget {
const BlockCardScreen({super.key});
@@ -61,7 +60,7 @@ class _BlockCardScreen extends State<BlockCardScreen> {
const TextStyle(color: Colors.black, fontWeight: FontWeight.w500),
),
centerTitle: false,
),
),
body: Padding(
padding: const EdgeInsets.all(10.0),
child: Form(