HVUIColor class

Constructors

HVUIColor({String? alertTextBoxBackgroundColor, String? alertTextBoxBorderColor, String? alertTextBoxTextColor, String? captureButtonColor, String? descriptionTextColor, String? documentSideHintTextColor, String? primaryButtonBackgroundColor, String? primaryButtonBorderColor, String? primaryButtonTextColor, String? retakeMessageColor, String? secondaryButtonBackgroundColor, String? secondaryButtonBorderColor, String? secondaryButtonTextColor, String? statusTextColor, String? titleTextColor})

Properties

alertTextBoxBackgroundColor String?
getter/setter pair
alertTextBoxBorderColor String?
getter/setter pair
alertTextBoxTextColor String?
getter/setter pair
captureButtonColor String?
getter/setter pair
descriptionTextColor String?
getter/setter pair
documentSideHintTextColor String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryButtonBackgroundColor String?
getter/setter pair
primaryButtonBorderColor String?
getter/setter pair
primaryButtonTextColor String?
getter/setter pair
retakeMessageColor String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryButtonBackgroundColor String?
getter/setter pair
secondaryButtonBorderColor String?
getter/setter pair
secondaryButtonTextColor String?
getter/setter pair
statusTextColor String?
getter/setter pair
titleTextColor String?
getter/setter pair

Methods

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

Operators

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