UICustomization constructor
UICustomization({
- ToolbarCustomization? toolbarCustomization,
- CenterHintCustomization? centerHintCustomization,
- HintAnimation? hintAnimation,
- FaceFrameCustomization? faceFrameCustomization,
- VersionLabelCustomization? versionLabelCustomization,
- BackgroundCustomization? backgroundCustomization,
- bool? hideStatusBar,
- int? dialogStyle,
- AntiScamCustomization? antiScamCustomization,
Implementation
UICustomization({
this.toolbarCustomization,
this.centerHintCustomization,
this.hintAnimation,
this.faceFrameCustomization,
this.versionLabelCustomization,
this.backgroundCustomization,
this.hideStatusBar,
this.dialogStyle,
this.antiScamCustomization,
});