SIQInputCardTheme class

Constructors

SIQInputCardTheme({String? titleColor, String? textFieldTextColor, String? textFieldBackgroundColor, String? textFieldPlaceholderColor, String? sendButtonBackgroundColor, String? sendButtonIconColor, String? separatorColor})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendButtonBackgroundColor String?
getter/setter pair
sendButtonIconColor String?
getter/setter pair
separatorColor String?
getter/setter pair
textFieldBackgroundColor String?
getter/setter pair
textFieldPlaceholderColor String?
getter/setter pair
textFieldTextColor String?
getter/setter pair
titleColor String?
getter/setter pair

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