Divider constructor
const
Divider({
- DividerOrientation orientation = DividerOrientation.horizontal,
- String char = '─',
- Style? style,
Implementation
const Divider({
this.orientation = DividerOrientation.horizontal,
this.char = '─',
this.style,
});