callBack property

dynamic Function(SelectorItem? itemLeft, int? positionLeft, SelectorItem? itemRight, int? positionRight) callBack
final

Implementation

final Function(SelectorItem? itemLeft, int? positionLeft,
    SelectorItem? itemRight, int? positionRight) callBack;