Appearance class
A class representing appearance configurations.
Constructors
- Appearance({DynamicColors? colors, Shapes? shapes, PrimaryButton? primaryButton, String? locale, Font? font, GPayParams? googlePay, ApplePayParams? applePay, Theme? theme})
-
Appearance.fromJson(Map<
String, dynamic> json) -
factory
Properties
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