Floating element widget builder.
pub fn new(id: String) -> Floating
Create a new floating builder.
pub fn translate_x(f: Floating, x: Float) -> Floating
Set the horizontal translation offset.
pub fn translate_y(f: Floating, y: Float) -> Floating
Set the vertical translation offset.