UiConfig constructor

UiConfig({
  1. String? logoUrl,
  2. String? fontFamily,
  3. String? inputShape,
  4. String? inputBorderStyle,
  5. String? inputSize,
  6. String? inputColor,
  7. String? buttonColor,
  8. String? linkColor,
  9. String? elementColor,
  10. String? layoutScale,
  11. bool? hideBackButton,
  12. bool? hideDateOfBirthClear,
})

Implementation

UiConfig({
  this.logoUrl,
  this.fontFamily,
  this.inputShape,
  this.inputBorderStyle,
  this.inputSize,
  this.inputColor,
  this.buttonColor,
  this.linkColor,
  this.elementColor,
  this.layoutScale,
  this.hideBackButton,
  this.hideDateOfBirthClear,
});