UICustomization class

Constructors

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

Properties

antiScamCustomization AntiScamCustomization?
final
backgroundCustomization BackgroundCustomization?
final
centerHintCustomization CenterHintCustomization?
final
dialogStyle int?
final
faceFrameCustomization FaceFrameCustomization?
final
hashCode int
The hash code for this object.
no setterinherited
hideStatusBar bool?
final
hintAnimation HintAnimation?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolbarCustomization ToolbarCustomization?
final
versionLabelCustomization VersionLabelCustomization?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map json) UICustomization