FeatureContainerBuilder<T> typedef

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

Implementation

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