WordInfoKindTab constructor
const
WordInfoKindTab({
- Key? key,
- required WordInfoKind kind,
- required String kindLabelAr,
- required WordRef ref,
- required WordInfoCtrl ctrl,
- required bool isDark,
- required WordInfoBottomSheetStyle style,
Implementation
const WordInfoKindTab({
super.key,
required this.kind,
required this.kindLabelAr,
required this.ref,
required this.ctrl,
required this.isDark,
required this.style,
});