Optional
source: DeepPartial<SelectCameraMenu>The background color of the 'select camera' menu.
"?sbColorSurface";
Configuration of the icon that toggles the 'select camera' menu.
new IconButton({
"color": "?sbColorOnPrimary",
"accessibilityDescription": "?accessibilityDescriptionCameraSelectButton"
});
The color of the divider that separates the 'select camera' title from the menu items.
"?sbColorOutline";
Configuration of the menu items in the 'select camera' menu.
new PopupMenuItem({
"title": new StyledText({
"color": "?sbColorOnSurface"
}),
"accessibilityDescription": "?accessibilityDescriptionCameraSelectMenuItem",
"icon": new IconStyle({
"color": "?sbColorOnSurface"
})
});
Configuration of the active menu items in the 'select camera' menu.
new PopupMenuItem({
"title": new StyledText({
"color": "?sbColorPrimary"
}),
"accessibilityDescription": "?accessibilityDescriptionCameraSelectMenuItem",
"icon": new IconStyle({
"color": "?sbColorPrimary"
})
});
Configuration of the title of the 'select camera' menu.
new StyledText({
"text": "?cameraSelectCameraMenuTitle",
"color": "?sbColorOnSurfaceVariant"
});
Generated using TypeDoc
Configuration of the 'select camera' menu.