//! Spacer — empty, flexible filler. Paints nothing; useful as a
//! `Dimension::Flex` child to push siblings apart, or fixed to insert a gap.
use Rect;
use crateSize;
use crateSurface;
use crate;
/// An empty filler view that paints nothing; used as a flex or fixed gap.
;