added FillMode enum style for the Rule widget
This commit is contained in:
parent
8d68c8584e
commit
32561bd85c
5 changed files with 108 additions and 27 deletions
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue