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