SusSectionTapCallback typedef

SusSectionTapCallback = void Function(Map<String, int> map)

on all sus section callback(map: Used to scroll the list to the specified tag location).

Implementation

typedef SusSectionTapCallback = void Function(Map<String, int> map);