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