Divider constructor

Divider({
  1. int width = 40,
  2. String char = '─',
  3. Style? style,
  4. Key? key,
})

Implementation

Divider({this.width = 40, this.char = '─', this.style, super.key});