ForwardRefFC<Props> typedef
ForwardRefFC<Props> =
Widget Function(BuildContext context, Props? props, Key? ref)
Implementation
typedef ForwardRefFC<Props> = Widget Function(
BuildContext context, Props? props, Key? ref);