menu
flower_fire package
documentation
widgets/todo_mid.dart
Todo
Todo.new constructor
Todo.new constructor
dark_mode
light_mode
Todo
constructor
Todo
(
{
required
String
title
,
bool
isCompleted
=
false
,
})
Implementation
Todo({required this.title, this.isCompleted = false});
flower_fire package
documentation
widgets/todo_mid
Todo
Todo.new constructor
Todo class