menu
neom_commons package
documentation
ui/widgets/post_tile.dart
PostTile
PostTile.new const constructor
PostTile.new const constructor
dark_mode
light_mode
PostTile
constructor
const
PostTile
(
Post
post
,
Event?
event
, {
bool
showStats
=
true
,
VoidCallback?
onLongPress
,
Key
?
key
,
})
Implementation
const PostTile( this.post, this.event, { this.showStats = true, this.onLongPress, super.key, });
neom_commons package
documentation
ui/widgets/post_tile
PostTile
PostTile.new const constructor
PostTile class