DynamicOverflowChangedCallback typedef
DynamicOverflowChangedCallback =
void Function( )
Signature of a function that is called to notify that the children that have been hidden due to overflow has changed.
Implementation
typedef DynamicOverflowChangedCallback =
void Function(List<int> hiddenChildren);