menu
native_project_manipulator package
documentation
platforms/android/manifest/manifest_prop.dart
ManifestProp
ManifestProp const constructor
ManifestProp const constructor
dark_mode
light_mode
ManifestProp
constructor
const
ManifestProp
(
String
key
,
String
value
)
Implementation
const ManifestProp(this.key, this.value);
native_project_manipulator package
documentation
platforms/android/manifest/manifest_prop
ManifestProp
ManifestProp const constructor
ManifestProp class