HVUIConfig class

Constructors

HVUIConfig({HVUIAlignment? hvUIAlignment, HVUIAnimation? hvUIAnimation, HVUIColor? hvUIColor, HVUIBorderRadius? hvUIBorderRadius, HVUIFont? hvUIFont, HVUIFontSize? hvUIFontSize, HVUIFontWeight? hvUIFontWeight})
HVUIConfig() - used to config all kinds of UI for all hypersnap SDK screens

Properties

hashCode int
The hash code for this object.
no setterinherited
hvUIAlignment HVUIAlignment?
getter/setter pair
hvUIAnimation HVUIAnimation?
getter/setter pair
hvUIBorderRadius HVUIBorderRadius?
getter/setter pair
hvUIColor HVUIColor?
getter/setter pair
hvUIFont HVUIFont?
getter/setter pair
hvUIFontSize HVUIFontSize?
getter/setter pair
hvUIFontWeight HVUIFontWeight?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

fromMap(Map uiConfigMap) HVUIConfig