#[allow(clippy::wildcard_imports)] // widget/render module pulls in the css property/value types it builds with
#[must_use] pub fn with_container_background(mut self, background: StyleBackgroundContentVec) -> Self {
#[must_use] pub fn with_bar_background(mut self, background: StyleBackgroundContentVec) -> Self {
#[allow(clippy::too_many_lines)] // large but cohesive: single-purpose layout/render/parse routine (one branch per case)
assert!(pb.height.number.get().is_finite(), "the saturated height decoded to a non-finite f32");