SecVerifyUIConfigIOSCustomView class

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

SecVerifyUIConfigIOSCustomView({required int? widgetID, required iOSCustomWidgetType? widgetType})
SecVerifyUIConfigIOSCustomView.fromJson(Map<String, dynamic> json)
factory

Properties

btnBgColor String?
getter/setter pair
btnBorderColor String?
getter/setter pair
btnBorderCornerRadius double?
getter/setter pair
btnBorderWidth double?
getter/setter pair
btnImages List<String>?
getter/setter pair
btnTitle String?
getter/setter pair
btnTitleColor String?
getter/setter pair
btnTitleFont double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imaName String?
getter/setter pair
isTopSubView bool?
getter/setter pair
ivCornerRadius double?
getter/setter pair
labelBgColor String?
getter/setter pair
labelFont double?
getter/setter pair
labelText String?
getter/setter pair
labelTextAlignment iOSTextAlignment?
getter/setter pair
labelTextColor String?
getter/setter pair
landscapeLayout SecVerifyUIConfigIOSLayout?
getter/setter pair
getter/setter pair
portraitLayout SecVerifyUIConfigIOSLayout?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetID int?
getter/setter pair
widgetType iOSCustomWidgetType?
getter/setter pair

Methods

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

Operators

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