isBasic property

bool get isBasic

Whether or not this date range picker is basic.

Under 'basic' configuration. Only show pre-defined list initially. When "Custom" date range is selected, .right-column will be shown and pre-defined list will be hidden.

Implementation

bool get isBasic => model.basic;