NARROW_COLUMNS constant

AndroidLayoutAlgorithm 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 = AndroidLayoutAlgorithm._internal(
  'NARROW_COLUMNS',
  'NARROW_COLUMNS',
);