TapRegionSurface constructor

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

Creates a const RenderTapRegionSurface.

The child attribute is required.

Implementation

const TapRegionSurface({
  super.key,
  required Widget super.child,
});