MorphSurface constructor

const MorphSurface({
  1. Key? key,
  2. void onTap(
    1. BuildContext context
    )?,
  3. required Widget child,
})

Creates a surface for the enclosing tag's spec.

Implementation

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