castWidget property

Widget? get castWidget

Implementation

Widget? get castWidget {
  _checkDisposed();
  return _castWidget;
}