Widget createWidget(Function(int viewId) onViewCreated) { return _delegate?.createWidget(onViewCreated) ?? const SizedBox(); }