NARROW_COLUMNS constant

LayoutAlgorithm const NARROW_COLUMNS

NARROW_COLUMNS makes all columns no wider than the screen if possible. Only use this for API levels prior to Build.VERSION_CODES.KITKAT.

Implementation

static const NARROW_COLUMNS =
    LayoutAlgorithm._internal('NARROW_COLUMNS', 'NARROW_COLUMNS');