menu
neomage package
documentation
domain/models/logs.dart
TitleEntry
TitleEntry.new const constructor
TitleEntry.new const constructor
dark_mode
light_mode
TitleEntry
constructor
const
TitleEntry
(
{
required
String
title
,
required
bool
isCustom
,
})
Implementation
const TitleEntry({required this.title, required this.isCustom});
neomage package
documentation
domain/models/logs
TitleEntry
TitleEntry.new const constructor
TitleEntry class