added FillMode enum style for the Rule widget

This commit is contained in:
Billy Messenger 2020-08-16 10:10:32 -05:00 committed by Héctor Ramón Jiménez
parent 8d68c8584e
commit 32561bd85c
5 changed files with 108 additions and 27 deletions

View file

@ -2,7 +2,7 @@
use crate::Renderer;
pub use iced_graphics::rule::{Style, StyleSheet};
pub use iced_graphics::rule::{FillMode, Style, StyleSheet};
/// Display a horizontal or vertical rule for dividing content.
///