attach method

void attach(
  1. DateRangePickerState state
)

Implementation

void attach(DateRangePickerState state) {
  _state = state;
}