Implement Empty widget

It can be useful if you want to fill some space with nothing.
This commit is contained in:
Héctor Ramón Jiménez 2019-12-30 19:20:59 +01:00
parent 7163e1d8b6
commit 8426bf953c
8 changed files with 191 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pub use iced_winit::{
Align, Background, Color, Command, Font, HorizontalAlignment, Length,
Subscription, VerticalAlignment,
Align, Background, Color, Command, Empty, Font, HorizontalAlignment,
Length, Subscription, VerticalAlignment,
};
pub mod widget {