TaggedCard constructor
- Widget child,
- {Key? key,
- void onTap(
- String? tag,
- void onLongPress(
- bool selected = false}
Implementation
const TaggedCard(this.child,
{super.key,
this.onTap,
this.tag,
this.onLongPress,
this.selected = false});