ConfigRequest constructor
Implementation
ConfigRequest({
@required this.baseUrl,
@required this.token,
this.title = "My fatoorah payment",
this.iosCancelButton = "Cancel",
this.toolBarTitleColor = Colors.white,
this.toolBarBackgroundColor = Colors.blueAccent,
});