updateShouldNotify method

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

no need to call this function manually usually

Implementation

@override
bool updateShouldNotify(BSRowInheritance oldWidget) {
  return currentAxis != oldWidget.currentAxis;
}