AppTheme class
Constructors
- AppTheme({required HubbleTheme theme})
Properties
- goalCardStyle ↔ GoalCardStyle
-
getter/setter pair
- goalManagementMenuStyle ↔ GoalManagementMenuStyle
-
getter/setter pair
- goalPaymentSuccessStyle ↔ GoalPaymentSuccessStyle
-
getter/setter pair
- goalsTabStyle ↔ GoalsTabStyle
-
getter/setter pair
- goalTransactionsStyle ↔ GoalTransactionsStyle
-
getter/setter pair
- goalWaitListStyle ↔ GoalWaitListStyle
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hubbleButtonLargeStyle ↔ HubbleButtonLargeStyle
-
getter/setter pair
- hubbleButtonLargeStyleTransparent ↔ HubbleButtonLargeStyle
-
getter/setter pair
- materialTheme → ThemeData
-
latefinal
- otpLoginFormStyle ↔ OTPLoginFormStyle
-
getter/setter pair
- rewardTableStyle ↔ RewardTableStyle
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sheetMenuStyle ↔ SheetMenuStyle
-
getter/setter pair
- theme → HubbleTheme
-
final
- transactionSuccessFragmentStyle ↔ TransactionSuccessFragmentStyle
-
getter/setter pair
- updateAvailableFragmentStyle ↔ UpdateAvailableFragmentStyle
-
getter/setter pair
- userProfileActionsStyle ↔ UserProfileActionsStyle
-
getter/setter pair
Methods
-
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
Static Methods
-
of(
BuildContext context) → AppTheme