GestureExtensionsSection constructor

const GestureExtensionsSection({
  1. Key? key,
  2. required void onTap(
    1. String
    ),
})

Implementation

const GestureExtensionsSection({
  super.key,
  required this.onTap,
});