FTappableGroup constructor

const FTappableGroup({
  1. required Widget child,
  2. Key? key,
})

Creates an FTappableGroup.

Implementation

const FTappableGroup({required this.child, super.key});