PlatformIndexBuilder<T> typedef

PlatformIndexBuilder<T> = T Function(BuildContext context, PlatformTarget platform, int index)

Implementation

typedef PlatformIndexBuilder<T> = T Function(
    BuildContext context, PlatformTarget platform, int index);