notifyResizingListeners method

  1. @override
void notifyResizingListeners()
inherited

Implementation

@override
void notifyResizingListeners() {
  updateVisibilityLayout(notify: true);

  _resizingChangeNotifier.notifyListeners();
}