The style supported by this renderer.
Loading content...
fn draw(
&mut self,
bounds: Rectangle,
style: &Self::Style,
is_horizontal: bool
) -> Self::Output
Draws a Rule
.
It receives:
- the bounds of the
Rule
- the style of the
Rule
- whether the
Rule
is horizontal (true) or vertical (false)
Loading content...
Loading content...