WordInfoKindTab constructor

const WordInfoKindTab({
  1. Key? key,
  2. required WordInfoKind kind,
  3. required String kindLabelAr,
  4. required WordRef ref,
  5. required WordInfoCtrl ctrl,
  6. required bool isDark,
  7. 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,
});