onSetState method

void onSetState(
  1. int? lastSize
)

Implementation

void onSetState(int? lastSize) {
  this.lastSize = lastSize;
  setState(() {});
}