onChange property
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;
Handler for when a tab is changed. It is called after the tab switching animation has completed and the controller has been updated.
final ValueChanged<int>? onChange;