narrowLayoutBreakpoint property

int get narrowLayoutBreakpoint

Below this width, RRulePicker will apply a narrow adaptive layout.

The width equals to parent's width - RRulePickerThemeData.padding.horizontal.

The default is defaultNarrowLayoutBreakpoint.

Implementation

static int get narrowLayoutBreakpoint => global.narrowLayoutBreakpoint;
set narrowLayoutBreakpoint (int value)

Implementation

static set narrowLayoutBreakpoint(int value) =>
    global.narrowLayoutBreakpoint = value;