CircularBottomNavSelectedCallback typedef

CircularBottomNavSelectedCallback = dynamic Function(int? selectedPos)

Implementation

typedef CircularBottomNavSelectedCallback = Function(int? selectedPos);