ProKitThemeModel class
Constructors
- ProKitThemeModel.new({Color? primary, Color? primaryLight, Color? primaryDark, Color? secondary, Color? secondaryLight, Color? secondaryDark, Color? accent, Color? accentLight, Color? accentDark, Color? background, Color? backgroundSub, Color? scaffold, Color? scaffoldDark, Color? text, Color? textSub, Color? textSub2, Color? textInverse, Color? textInverseSub, Color? textDisabled, Color? error, Color? warning, Color? success, Color? info, Color? shadow, Color? shadowSub, Color? divider, Color? border, Color? card, Color? cardSub, Color? button, Color? buttonText, Color? buttonDisabled, Color? buttonTextDisabled, Color? icon, Color? iconSub, Color? iconDisabled, Color? appBarBackground, Color? appBarText, Color? appBarIcon, Color? tabBarBackground, Color? tabBarText, Color? tabBarIcon})
Properties
- accent ↔ Color?
-
getter/setter pair
- accentDark ↔ Color?
-
getter/setter pair
- accentLight ↔ Color?
-
getter/setter pair
- appBarBackground ↔ Color?
-
getter/setter pair
- appBarIcon ↔ Color?
-
getter/setter pair
- appBarText ↔ Color?
-
getter/setter pair
- background ↔ Color?
-
getter/setter pair
- backgroundSub ↔ Color?
-
getter/setter pair
- border ↔ Color?
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
- card ↔ Color?
-
getter/setter pair
- cardSub ↔ Color?
-
getter/setter pair
- divider ↔ Color?
-
getter/setter pair
- error ↔ Color?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ Color?
-
getter/setter pair
- iconDisabled ↔ Color?
-
getter/setter pair
- iconSub ↔ Color?
-
getter/setter pair
- info ↔ Color?
-
getter/setter pair
- primary ↔ Color?
-
getter/setter pair
- primaryDark ↔ Color?
-
getter/setter pair
- primaryLight ↔ Color?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaffold ↔ Color?
-
getter/setter pair
- scaffoldDark ↔ Color?
-
getter/setter pair
- secondary ↔ Color?
-
getter/setter pair
- secondaryDark ↔ Color?
-
getter/setter pair
- secondaryLight ↔ Color?
-
getter/setter pair
- shadow ↔ Color?
-
getter/setter pair
- shadowSub ↔ Color?
-
getter/setter pair
- success ↔ Color?
-
getter/setter pair
- tabBarBackground ↔ Color?
-
getter/setter pair
- tabBarIcon ↔ Color?
-
getter/setter pair
- tabBarText ↔ Color?
-
getter/setter pair
- text ↔ Color?
-
getter/setter pair
- textDisabled ↔ Color?
-
getter/setter pair
- textInverse ↔ Color?
-
getter/setter pair
- textInverseSub ↔ Color?
-
getter/setter pair
- textSub ↔ Color?
-
getter/setter pair
- textSub2 ↔ Color?
-
getter/setter pair
- warning ↔ Color?
-
getter/setter pair
Methods
-
copyWith(
{Color? primary, Color? primaryLight, Color? primaryDark, Color? secondary, Color? secondaryLight, Color? secondaryDark, Color? accent, Color? accentLight, Color? accentDark, Color? background, Color? backgroundSub, Color? scaffold, Color? scaffoldDark, Color? text, Color? textSub, Color? textSub2, Color? textInverse, Color? textInverseSub, Color? textDisabled, Color? error, Color? warning, Color? success, Color? info, Color? shadow, Color? shadowSub, Color? divider, Color? border, Color? card, Color? cardSub, Color? button, Color? buttonText, Color? buttonDisabled, Color? buttonTextDisabled, Color? icon, Color? iconSub, Color? iconDisabled, Color? appBarBackground, Color? appBarText, Color? appBarIcon, Color? tabBarBackground, Color? tabBarText, Color? tabBarIcon}) → ProKitThemeModel -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited