UICustomization constructor

UICustomization({
  1. ToolbarCustomization? toolbarCustomization,
  2. CenterHintCustomization? centerHintCustomization,
  3. HintAnimation? hintAnimation,
  4. FaceFrameCustomization? faceFrameCustomization,
  5. VersionLabelCustomization? versionLabelCustomization,
  6. BackgroundCustomization? backgroundCustomization,
  7. bool? hideStatusBar,
  8. int? dialogStyle,
  9. AntiScamCustomization? antiScamCustomization,
})

Implementation

UICustomization({
    this.toolbarCustomization,
    this.centerHintCustomization,
    this.hintAnimation,
    this.faceFrameCustomization,
    this.versionLabelCustomization,
    this.backgroundCustomization,
    this.hideStatusBar,
    this.dialogStyle,
    this.antiScamCustomization,
});