menu
mobile package
documentation
to_do.dart
TodoList
TodoList.new const constructor
TodoList.new const constructor
dark_mode
light_mode
TodoList
constructor
const
TodoList
(
{
Key
?
key
,
required
String
title
,
})
Implementation
const TodoList({super.key, required this.title});
mobile package
documentation
to_do
TodoList
TodoList.new const constructor
TodoList class