shouldRebuild abstract method
Determines if the widget should rebuild when value changes.
Parameters:
oldValue(CachedValue, required): Previous value to compare against.
Returns: bool — true if rebuild is needed.
Implementation
@override
bool shouldRebuild(covariant SelectItemDelegate oldDelegate);