Reference

VerticalDivider

VerticalDivider

VerticalDivider control. Build it with the vertical_divider helper.

Example

vertical_divider(
  color: :blue_600,
  expand: true,
  width: 240
)

Properties

  • color — Foreground color.
  • leading_indent
  • radius
  • thickness
  • trailing_indent

Plus the common layout and animation properties shared by most controls (expand, visible, disabled, opacity, width, height, align, tooltip, animate_*, …).

Reference

  • Family: materials
  • Widget type: verticaldivider
  • Helper: vertical_divider