MorphSurface constructor
- Key? key,
- void onTap(
- BuildContext context
- required Widget child,
Creates a surface for the enclosing tag's spec.
Implementation
const MorphSurface({super.key, this.onTap, required this.child});
Creates a surface for the enclosing tag's spec.
const MorphSurface({super.key, this.onTap, required this.child});