VerticalDivider constructor
Creates a VerticalDivider with optional width, thickness, and color.
Implementation
const VerticalDivider({
super.key,
this.width,
this.thickness,
this.color,
this.character,
});
Creates a VerticalDivider with optional width, thickness, and color.
const VerticalDivider({
super.key,
this.width,
this.thickness,
this.color,
this.character,
});