StoriesPage constructor
StoriesPage({
- BorderDecoration? borderDecoration = const BorderDecoration.standart(),
- String? name,
- required List<
String> content, - required Widget cardDecoration,
- MoveWatchedState state = MoveWatchedState.unwatched,
Add a story
Implementation
StoriesPage({
this.borderDecoration = const BorderDecoration.standart(),
this.name,
required this.content,
required this.cardDecoration,
this.state = MoveWatchedState.unwatched,
});