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