|
|
|
|
@ -85,7 +85,7 @@ class _PaymentMethodState extends State<PaymentMethod> {
|
|
|
|
|
decoration: containerRadius(CustomColors.green, 200),
|
|
|
|
|
padding: EdgeInsets.only(top: 6, bottom: 6, left: 12, right: 12),
|
|
|
|
|
child: Text(
|
|
|
|
|
"Selected",
|
|
|
|
|
TranslationBase.of(context).paymentSelected,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 11,
|
|
|
|
|
@ -110,7 +110,7 @@ class _PaymentMethodState extends State<PaymentMethod> {
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
shape: RoundedRectangleBorder(
|
|
|
|
|
borderRadius: BorderRadius.circular(10),
|
|
|
|
|
side: selectedPaymentMethod == "VISA" ? BorderSide(color: Colors.green, width: 5.0) : BorderSide(color: Colors.transparent, width: 0.0),
|
|
|
|
|
side: selectedPaymentMethod == "VISA" ? BorderSide(color: Colors.green, width: 2.0) : BorderSide(color: Colors.transparent, width: 0.0),
|
|
|
|
|
),
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: const EdgeInsets.all(12.0),
|
|
|
|
|
@ -142,7 +142,7 @@ class _PaymentMethodState extends State<PaymentMethod> {
|
|
|
|
|
decoration: containerRadius(CustomColors.green, 200),
|
|
|
|
|
padding: EdgeInsets.only(top: 6, bottom: 6, left: 12, right: 12),
|
|
|
|
|
child: Text(
|
|
|
|
|
"Selected",
|
|
|
|
|
TranslationBase.of(context).paymentSelected,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 11,
|
|
|
|
|
@ -167,7 +167,7 @@ class _PaymentMethodState extends State<PaymentMethod> {
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
shape: RoundedRectangleBorder(
|
|
|
|
|
borderRadius: BorderRadius.circular(10),
|
|
|
|
|
side: selectedPaymentMethod == "MASTERCARD" ? BorderSide(color: Colors.green, width: 5.0) : BorderSide(color: Colors.transparent, width: 0.0),
|
|
|
|
|
side: selectedPaymentMethod == "MASTERCARD" ? BorderSide(color: Colors.green, width: 2.0) : BorderSide(color: Colors.transparent, width: 0.0),
|
|
|
|
|
),
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: const EdgeInsets.all(12.0),
|
|
|
|
|
@ -199,7 +199,7 @@ class _PaymentMethodState extends State<PaymentMethod> {
|
|
|
|
|
decoration: containerRadius(CustomColors.green, 200),
|
|
|
|
|
padding: EdgeInsets.only(top: 6, bottom: 6, left: 12, right: 12),
|
|
|
|
|
child: Text(
|
|
|
|
|
"Selected",
|
|
|
|
|
TranslationBase.of(context).paymentSelected,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 11,
|
|
|
|
|
@ -224,7 +224,7 @@ class _PaymentMethodState extends State<PaymentMethod> {
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
shape: RoundedRectangleBorder(
|
|
|
|
|
borderRadius: BorderRadius.circular(10),
|
|
|
|
|
side: selectedPaymentMethod == "Installment" ? BorderSide(color: Colors.green, width: 5.0) : BorderSide(color: Colors.transparent, width: 0.0),
|
|
|
|
|
side: selectedPaymentMethod == "Installment" ? BorderSide(color: Colors.green, width: 2.0) : BorderSide(color: Colors.transparent, width: 0.0),
|
|
|
|
|
),
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: const EdgeInsets.all(12.0),
|
|
|
|
|
@ -256,7 +256,7 @@ class _PaymentMethodState extends State<PaymentMethod> {
|
|
|
|
|
decoration: containerRadius(CustomColors.green, 200),
|
|
|
|
|
padding: EdgeInsets.only(top: 6, bottom: 6, left: 12, right: 12),
|
|
|
|
|
child: Text(
|
|
|
|
|
"Selected",
|
|
|
|
|
TranslationBase.of(context).paymentSelected,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 11,
|
|
|
|
|
@ -282,7 +282,7 @@ class _PaymentMethodState extends State<PaymentMethod> {
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
shape: RoundedRectangleBorder(
|
|
|
|
|
borderRadius: BorderRadius.circular(10),
|
|
|
|
|
side: selectedPaymentMethod == "ApplePay" ? BorderSide(color: Colors.green, width: 5.0) : BorderSide(color: Colors.transparent, width: 0.0),
|
|
|
|
|
side: selectedPaymentMethod == "ApplePay" ? BorderSide(color: Colors.green, width: 2.0) : BorderSide(color: Colors.transparent, width: 0.0),
|
|
|
|
|
),
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: const EdgeInsets.all(12.0),
|
|
|
|
|
@ -314,7 +314,7 @@ class _PaymentMethodState extends State<PaymentMethod> {
|
|
|
|
|
decoration: containerRadius(CustomColors.green, 200),
|
|
|
|
|
padding: EdgeInsets.only(top: 6, bottom: 6, left: 12, right: 12),
|
|
|
|
|
child: Text(
|
|
|
|
|
"Selected",
|
|
|
|
|
TranslationBase.of(context).paymentSelected,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 11,
|
|
|
|
|
|