shouldElementRebuild method

bool shouldElementRebuild(
  1. String key,
  2. dynamic previousValue,
  3. dynamic nextValue
)

Implementation

bool shouldElementRebuild(String key, previousValue, nextValue) {
  return previousValue == nextValue;
}