updateShouldNotify method

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

no need to call this function manually usually

Implementation

@override
bool updateShouldNotify(BSColumnInheritance oldWidget) {
  return currentWidth != oldWidget.currentWidth;
}