PayTech constructor

PayTech(
  1. String paymentUrl, {
  2. bool hideAppBar = false,
  3. IconData backButtonIcon = Icons.arrow_back_ios,
  4. String appBarTitle = "PayTech",
  5. bool centerTitle = true,
  6. Color appBarBgColor = const Color(0xFF1b7b80),
  7. TextStyle appBarTextStyle = const TextStyle(),
})

Implementation

PayTech(this.paymentUrl, {this.hideAppBar = false, this.backButtonIcon = Icons.arrow_back_ios, this.appBarTitle = "PayTech", this.centerTitle = true, this.appBarBgColor = const Color(0xFF1b7b80), this.appBarTextStyle = const TextStyle()});