updateShouldNotify method
no need to call this function manually usually
Implementation
@override
bool updateShouldNotify(BSContainerInheritance oldWidget) {
return containerWidth != oldWidget.containerWidth ||
currentBSBreakPointLabel != oldWidget.currentBSBreakPointLabel;
}