onChange property

ValueChanged<int>? onChange
final

Handler for when a tab is changed. It is called after the tab switching animation has completed and the controller has been updated.

Implementation

final ValueChanged<int>? onChange;