DSDropdownController({ bool isOpened = false, String? error, }) : _isOpened = isOpened, _error = error, super(null);