updateShouldNotify method

  1. @override
bool updateShouldNotify(
  1. covariant BSContainerInheritance oldWidget
)
override

no need to call this function manually usually

Implementation

@override
bool updateShouldNotify(BSContainerInheritance oldWidget) {
  return containerWidth != oldWidget.containerWidth ||
      currentBSBreakPointLabel != oldWidget.currentBSBreakPointLabel;
}