ui/layout/types

Types

pub type Align {
  Start
  Centre
  End
  Stretch
}

Constructors

  • Start
  • Centre
  • End
  • Stretch
pub type Spacing {
  Packed
  Tight
  Relaxed
  Loose
  Custom(String)
}

Constructors

  • Packed
  • Tight
  • Relaxed
  • Loose
  • Custom(String)
Search Document