attach method

void attach(
  1. DatePickerState state
)

Implementation

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