BasicEventWidget constructor
const
BasicEventWidget(
- BasicEvent event, {
- Key? key,
- VoidCallback? onTap,
- EdgeInsetsGeometry margin = const EdgeInsets.only(right: 1),
Implementation
const BasicEventWidget(
this.event, {
super.key,
this.onTap,
this.margin = const EdgeInsets.only(right: 1),
});