PushMessageContentStory constructor

const PushMessageContentStory({
  1. required bool isPinned,
})

A message with a story

Implementation

const PushMessageContentStory({
  required this.isPinned,
});