BasicEventWidget constructor

const BasicEventWidget(
  1. BasicEvent event, {
  2. Key? key,
  3. VoidCallback? onTap,
  4. EdgeInsetsGeometry margin = const EdgeInsets.only(right: 1),
})

Implementation

const BasicEventWidget(
  this.event, {
  super.key,
  this.onTap,
  this.margin = const EdgeInsets.only(right: 1),
});