checkout_form - Changed fields styles

This commit is contained in:
Matthew Patrick 2022-05-09 08:52:00 +07:00
parent 9c7bf5270b
commit 8460b89fab

View file

@ -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: [