FGroupContorllerClickCallback typedef
FGroupContorllerClickCallback =
List<Color> Function(Widget? stateChanged, bool selected, List<Widget> widgets)
Implementation
typedef FGroupContorllerClickCallback = List<Color> Function(
Widget? stateChanged, bool selected, List<Widget> widgets);