UiConfig class

UI customization configuration

Constructors

UiConfig({String? logoUrl, String? fontFamily, String? inputShape, String? inputBorderStyle, String? inputSize, String? inputColor, String? buttonColor, String? linkColor, String? elementColor, String? layoutScale, bool? hideBackButton, bool? hideDateOfBirthClear})

Properties

buttonColor String?
Button color (hex)
final
elementColor String?
Element color (hex) for text and borders
final
fontFamily String?
Custom font family
final
hashCode int
The hash code for this object.
no setterinherited
hideBackButton bool?
Hide back button
final
hideDateOfBirthClear bool?
Hide date of birth clear button
final
inputBorderStyle String?
Input border style (solid, dashed, dotted)
final
inputColor String?
Input color (hex)
final
inputShape String?
Input shape (rounded or standard)
final
inputSize String?
Input size (small, medium, large)
final
layoutScale String?
Layout scale (small, medium, large)
final
linkColor String?
Link color (hex)
final
logoUrl String?
Logo URL
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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