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