NIThemeIOS class

iOS-specific theme properties. See the N-Genius iOS SDK documentation for details on these properties.

Constructors

NIThemeIOS({String? cardPreviewColor, String? cardPreviewLabelColor, String? payPageBackgroundColor, String? payPageLabelColor, String? textFieldLabelColor, String? textFieldPlaceholderColor, String? payPageDividerColor, String? payButtonBackgroundColor, String? payButtonTitleColor, String? payButtonTitleColorHighlighted, String? payButtonActivityIndicatorColor, String? payPageTitleColor})
Creates a new NIThemeIOS.

Properties

cardPreviewColor String?
Color of the card preview.
final
cardPreviewLabelColor String?
Color of labels in the card preview.
final
hashCode int
The hash code for this object.
no setterinherited
payButtonActivityIndicatorColor String?
Color of the payment button's activity indicator.
final
payButtonBackgroundColor String?
Background color of the payment button.
final
payButtonTitleColor String?
Color of the payment button title.
final
payButtonTitleColorHighlighted String?
Color of the payment button title when highlighted.
final
payPageBackgroundColor String?
Background color of the payment page.
final
payPageDividerColor String?
Color of dividers in the payment page.
final
payPageLabelColor String?
Color of labels in the payment page.
final
payPageTitleColor String?
Color of the title in the payment page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textFieldLabelColor String?
Color of labels in text fields.
final
textFieldPlaceholderColor String?
Color of placeholder text in text fields.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, String>
Converts the theme to a map that can be sent over the method channel.
toString() String
A string representation of this object.
inherited

Operators

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