mirror of
https://github.com/koloideal/Casha.git
synced 2026-08-08 17:51:14 +03:00
step
This commit is contained in:
@@ -117,22 +117,23 @@ class SettingsScreen extends ConsumerWidget {
|
||||
padding: const EdgeInsets.fromLTRB(20, 16, 20, 40),
|
||||
children: [
|
||||
const ProSubscriptionCard(),
|
||||
const SizedBox(height: 16),
|
||||
const ThemeSection(),
|
||||
const SizedBox(height: 16),
|
||||
const CardTextColorSection(),
|
||||
const SizedBox(height: 16),
|
||||
const HapticSection(),
|
||||
const SizedBox(height: 16),
|
||||
const CurrencyConversionsSection(),
|
||||
const SizedBox(height: 16),
|
||||
const _BiometricSection(),
|
||||
const LanguageSection(),
|
||||
const SizedBox(height: 16),
|
||||
const SizedBox(height: 12),
|
||||
const CurrencySection(),
|
||||
const SizedBox(height: 16),
|
||||
const SizedBox(height: 12),
|
||||
const ThemeSection(),
|
||||
const SizedBox(height: 12),
|
||||
const LanguageSection(),
|
||||
const SizedBox(height: 12),
|
||||
const _BiometricSection(),
|
||||
const SizedBox(height: 12),
|
||||
const CardTextColorSection(),
|
||||
const SizedBox(height: 12),
|
||||
const HapticSection(),
|
||||
const SizedBox(height: 12),
|
||||
const AmountFormatSection(),
|
||||
const SizedBox(height: 16),
|
||||
const SizedBox(height: 12),
|
||||
const CurrencyConversionsSection(),
|
||||
const SizedBox(height: 12),
|
||||
const CategoriesSection(),
|
||||
const SizedBox(height: 24),
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user