OverflowHandlerChangedCallback typedef

OverflowHandlerChangedCallback = void Function(List<int> hiddenChildren)

Signature of a function that is called to notify that the children that have been hidden due to overflow has changed.

Implementation

typedef OverflowHandlerChangedCallback = void Function(
  List<int> hiddenChildren,
);