SymbolStateBuilder typedef

SymbolStateBuilder = Widget Function(BuildContext context, String symbol, AlphabetScrollbarItemState state)

Typedef for SymbolStateBuilder

Implementation

typedef SymbolStateBuilder = Widget Function(
  BuildContext context,
  String symbol,
  AlphabetScrollbarItemState state,
);