WordInfoBottomSheetStyleCustomChildBuilder typedef
WordInfoBottomSheetStyleCustomChildBuilder =
Widget Function(BuildContext context, WordInfoKind kind)
Implementation
typedef WordInfoBottomSheetStyleCustomChildBuilder = Widget Function(
BuildContext context,
WordInfoKind kind,
);