PostTile constructor

const PostTile(
  1. Post post,
  2. Event? event, {
  3. bool showStats = true,
  4. VoidCallback? onLongPress,
  5. Key? key,
})

Implementation

const PostTile(
  this.post,
  this.event, {
  this.showStats = true,
  this.onLongPress,
  super.key,
});