CircularSelectionCallback typedef
        CircularSelectionCallback =
     void Function(SelectionArgs selectionArgs)
    
    
Returns the SelectionArgs.
Implementation
typedef CircularSelectionCallback = void Function(SelectionArgs selectionArgs);