InititializeAnchors<T> typedef

InititializeAnchors<T> = List<T> Function(BuildContext context, List<T> anchors)

Implementation

typedef InititializeAnchors<T> = List<T> Function(
  BuildContext context,
  List<T> anchors,
);