minor cleanup
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user