checkout_form - Changed fields styles
This commit is contained in:
parent
9c7bf5270b
commit
8460b89fab
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class _CheckoutFormState extends State<CheckoutForm> {
|
|||
}
|
||||
}
|
||||
|
||||
Widget makeInput({label, obscureText = false, icon = Icons.email}) {
|
||||
Widget makeInput({label, obscureText = false, icon}) {
|
||||
return Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
|
|
Loading…
Add table
Reference in a new issue