pub trait WidgetInfoImeArea {
// Required method
fn ime_area(&self) -> Option<Rect<Px, Px>>;
}Expand description
IME extension methods for WidgetInfo.
pub trait WidgetInfoImeArea {
// Required method
fn ime_area(&self) -> Option<Rect<Px, Px>>;
}IME extension methods for WidgetInfo.