menu
ssn package
documentation
important/note_taking_answer.dart
Note
Note.new constructor
Note.new constructor
dark_mode
light_mode
Note
constructor
Note
(
{
required
String
title
,
required
String
content
,
})
Implementation
Note({ required this.title, required this.content, });
ssn package
documentation
important/note_taking_answer
Note
Note.new constructor
Note class