VerticalDivider constructor

VerticalDivider({
  1. int height = 3,
  2. String char = '│',
  3. Style? style,
  4. Key? key,
})

Implementation

VerticalDivider({this.height = 3, this.char = '│', this.style, super.key});