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