¤ spacerF, Spacer

Types

spacerF :: Spacer -> F a b -> F a b
type Spacer = LayoutRequest -> Spacer2

Description

spacerF applies a spacer to all the boxes generated by a fudget.

See Also

Spacers: marginS et al, centerS et al.

Related combinators: spacerP, placerF.

Dynamic Layout.

Bugs

The spacer type should be abstratct.