ConfigRequest constructor

ConfigRequest({@required String baseUrl, @required String token, String title: "My fatoorah payment", String iosCancelButton: "Cancel", Color toolBarTitleColor: Colors.white Color toolBarBackgroundColor: Colors.blueAccent })

Implementation

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