MidtransColorTheme class
Constructors
- MidtransColorTheme({Color lightPrimaryColor: const Color(0xFF999999), Color darkPrimaryColor: const Color(0xFF737373), Color secondaryColor: const Color(0xFFADADAD)})
-
const
Properties
- darkPrimaryColor → Color
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- lightPrimaryColor → Color
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- secondaryColor → Color
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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