YamlKeys class
Constructors
- YamlKeys()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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 Properties
-
supportedYamlKeys
↔ List<
String> -
List of supported keys
getter/setter pair
Constants
- android12AndAboveKey → const String
- Specifies splash screen setup details for Android 12.
- androidBackgroundGravity → const String
- androidDarkGravityKey → const String
- Specifies gravity for android dark mode
- androidGravityKey → const String
- Specifies the gravity for splash image in the Android.
- backgroundImage → const String
- brandingImageKey → const String
- Specifies branding image for the Android 12+
- colorDarkAndroid → const String
- Specifies color for android dark mode
- colorKey → const String
- Specifies the color in splash screen.
- imageDarkAndroid → const String
- Specifies image for android dark mode
- imageKey → const String
- Specifies the splash image.
- iosBackgroundContentMode → const String
- iosContentModeKey → const String
- Specifies the content mode for splash image in the iOS.
- splashMasterKey → const String
-
splashMasterKey is used to specify the
splash_master
section inpubspec.yaml
.