supportedYamlKeys property

List<String> supportedYamlKeys
getter/setter pair

List of supported top-level keys under splash_master.

Implementation

static List<String> supportedYamlKeys = [
  // Common keys
  imageKey,
  colorKey,
  backgroundImage,
  imageDarkKey,
  colorDarkKey,
  backgroundImageDarkKey,

  // Android-only keys
  androidGravityKey,
  androidBackgroundGravity,
  androidDarkGravityKey,
  android12AndAboveKey,

  // iOS-only keys
  iosContentModeKey,
  iosBackgroundContentMode,
];