MorphTapTarget constructor
- Key? key,
- required String label,
- void onTap(
- BuildContext context
- required Widget child,
Creates a tap target for content whose surface the skin draws.
Implementation
const MorphTapTarget({
super.key,
required this.label,
this.onTap,
required this.child,
});