GestureExtensionsSection constructor

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

Implementation

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