pub trait BoxScope {
// Required method
fn align(&self, alignment: Alignment) -> Modifier;
}Expand description
Marker trait matching Jetpack Compose’s BoxScope API.
Future API - methods will be enabled as alignment modifiers are implemented.