RenderVerticalDivider constructor
RenderVerticalDivider({})
Creates a RenderVerticalDivider with the given dimensions and visual properties.
Implementation
RenderVerticalDivider({
required this.dividerWidth,
required this.thickness,
required Color color,
required this.character,
}) : _color = color;