menu
jotrockenmitlocken
Pages/DataPage/QuotesPage/quote.dart
Quote
Quote.new constructor
Quote.new
dark_mode
light_mode
Quote
constructor
Quote
(
{
required
String
author
,
required
String
content
,
})
Implementation
Quote({required this.author, required this.content});
jotrockenmitlocken
quote
Quote
Quote.new constructor
Quote class