Static fungui::WIDTH

source ·
pub static WIDTH: StaticKey
Expand description

The “width” static key used by the absolute layout

This should be used if you wish to use “x” in your own layouts due to the fact that two static strings across crates/modules don’t always point to the same value which is a requirement for static keys.