pub trait BlockContainerStyle: CoreStyle {
// Provided method
fn text_align(&self) -> TextAlign { ... }
}
Expand description
The set of styles required for a Block layout container
Provided Methods§
Sourcefn text_align(&self) -> TextAlign
fn text_align(&self) -> TextAlign
Defines which row in the grid the item should start and end at