DVUI

height

Parameters

#
h:f32
f32

Source

Implementation

#
pub fn height(h: f32) MaxSize {
        return .{ .w = dvui.max_float_safe, .h = h };
    }