menu
dutato
presentation/widgets/chapter_mark.dart
ChapterMark
ChapterMark.new const constructor
ChapterMark.new
dark_mode
light_mode
description
ChapterMark
constructor
const
ChapterMark
(
{
Key
?
key
,
required
String
mark
,
String
?
title
,
})
Implementation
const ChapterMark({super.key, required this.mark, this.title});
dutato
chapter_mark
ChapterMark
ChapterMark.new const constructor
ChapterMark class