PlatformViewSizedBuilder typedef
PlatformViewSizedBuilder =
Widget Function(PlatformViewSize size, bool isInitial, Widget child)
Implementation
typedef PlatformViewSizedBuilder = Widget Function(PlatformViewSize size, bool isInitial, Widget child);