minor cleanup

This commit is contained in:
Stephan D
2026-01-16 12:08:52 +01:00
parent 67a9b72a3f
commit 4cd4bfe7be
33 changed files with 50 additions and 51 deletions

View File

@@ -11,7 +11,7 @@ class FeePayerSwitch extends StatelessWidget {
final double spacing;
final TextStyle? style;
const FeePayerSwitch({super.key, required this.spacing, TextStyle? this.style});
const FeePayerSwitch({super.key, required this.spacing, this.style});
@override
Widget build(BuildContext context) => Consumer<PaymentAmountProvider>(