AFUIThemeID class
Identifiers for the fundamental theme
These identifiers can be used by third parties, and are usually the values used to create the flutter ThemeData.
Constructors
- AFUIThemeID(String code)
-
const
Properties
- code → String
-
no setterinherited
- codeId → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- library → AFLibraryID?
-
finalinherited
- libraryTag → String
-
no setterinherited
- prefix → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- withCount → int
-
no setterinherited
-
withItems
→ List<
Object> ? -
finalinherited
Methods
-
accessFirstWithItem<
TItem extends Object> () → TItem -
inherited
-
accessSecondWithItem<
TItem extends Object> () → TItem -
inherited
-
accessThirdWithItem<
TItem extends Object> () → TItem -
inherited
-
accessWithItem<
TItem extends Object> (int n) → TItem -
inherited
-
compareTo(
AFID other) → int -
inherited
-
endsWith(
String ends) → bool -
inherited
-
isKindOf(
AFID other) → bool -
inherited
-
isLibrary(
AFLibraryID lib) → bool -
inherited
-
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
Constants
- alwaysUse24HourFormat → const AFUIThemeID
- Used in prototype mode to override the device value. Shouldn't generally be used in production.
- borderRadiusSizes → const AFUIThemeID
- brightness → const AFUIThemeID
- Used in prototype mode to override the device value. Shouldn't generally be used in production.
- colorAlert → const AFUIThemeID
- colorOnAlert → const AFUIThemeID
- colorPrimaryDarker → const AFUIThemeID
- colorPrimaryLighter → const AFUIThemeID
- colorTapableText → const AFUIThemeID
- Color used for text that can be tapped like a hyperlink.
- defaultTheme → const AFUIThemeID
- formFactor → const AFUIThemeID
- formFactorDelegate → const AFUIThemeID
- formOrientation → const AFUIThemeID
- iconBack → const AFUIThemeID
- Used for the icon that indicates you are navigating up into a parent screen, often the left caret.
- Used for the icon that indicates you are navigating down into more detailed screens, often a right caret.
- locale → const AFUIThemeID
- Used in prototype mode to override the device value. Shouldn't generally be used in production.
- marginSizes → const AFUIThemeID
-
Used to determine the values of
AFFunctionalTheme.margin..., must be an array of 6 values, indicating the margin amount for s0 through s5 (the first should be zero, or s0 will be confusing). - paddingSizes → const AFUIThemeID
- physicalSize → const AFUIThemeID
- Used in prototype mode to display the value in the test/theme drawer, should not be used in production and cannot be overriden.
- shouldContinue → const int
- constant used by AFFunctionalTheme.childButtonStandardBack
- shouldStop → const int
- constant used by AFFunctionalTheme.childButtonStandardBack
- showTranslationsIDs → const AFUIThemeID
- Indicates that where a UI uses AFLanguageIDs for translation, the UI should show the IDs rather than the translations.
- tagDevice → const String
- textScaleFactor → const AFUIThemeID
- Used in prototype mode to override the device value. Shouldn't generally be used in production.
- unused → const AFUIThemeID