STKPushScreen constructor
STKPushScreen({})
Implementation
STKPushScreen({super.key,
required this.token,
required this.orderID,
required this.amount,
required this.phone,
required this.onSuccess,
required this.onFailure,
this.backgroundColor = Colors.white,
this.buttonColor = Colors.blue,
this.textColor = Colors.black,
this.showTests = false,
});