Image Scheme¶
Shapes, sizes, and error state icon for image views.
Image¶
ImageTheme {
shapes {
imageL: Shape // (1)!
imageS: Shape // (2)!
}
icons {
imageError36: Icon // (3)!
}
}
- Defines the shape configuration for large image views, allowing customization of the visual appearance for prominent images.
- Specifies the shape configuration for small image views, enabling consistent styling for secondary or thumbnail images.
- Sets the icon to be displayed when an image fails to load, providing visual feedback for error states.