IndexedActiveStatusWidgetBuilder typedef

IndexedActiveStatusWidgetBuilder = dynamic Function(dynamic context, int index, bool active)

Implementation

typedef IndexedActiveStatusWidgetBuilder = Widget Function(
  BuildContext context,
  int index,
  bool active,
);