menu
inspireui package
documentation
widgets/story/story_card.dart
StoryCard
StoryCard const constructor
StoryCard const constructor
dark_mode
light_mode
StoryCard
constructor
const
StoryCard
(
{
Key
?
key
,
Story
?
story
,
double
?
width
,
dynamic
onTap
(
Map
)?,
})
Implementation
const StoryCard({ super.key, this.story, this.width, this.onTap, });
inspireui package
documentation
widgets/story/story_card
StoryCard
StoryCard const constructor
StoryCard class