HVUIConfig constructor

HVUIConfig({
  1. HVUIAlignment? hvUIAlignment,
  2. HVUIAnimation? hvUIAnimation,
  3. HVUIColor? hvUIColor,
  4. HVUIBorderRadius? hvUIBorderRadius,
  5. HVUIFont? hvUIFont,
  6. HVUIFontSize? hvUIFontSize,
  7. HVUIFontWeight? hvUIFontWeight,
})

HVUIConfig() - used to config all kinds of UI for all hypersnap SDK screens

Implementation

HVUIConfig(
    {this.hvUIAlignment,
    this.hvUIAnimation,
    this.hvUIColor,
    this.hvUIBorderRadius,
    this.hvUIFont,
    this.hvUIFontSize,
    this.hvUIFontWeight});