none constant

LayoutFlex const none

No share of the leftover space: a fixed, non-flexible item.

Implementation

static const LayoutFlex none = LayoutFlex._(0, .loose);