[][src]Type Definition nannou::ui::prelude::widget::canvas::Weight

type Weight = f64;

The length of a Split given as a weight.

The length is determined by determining what percentage each Split's weight contributes to the total weight of all Splits in a flow list.