ListAttribute.todo constructor
const
ListAttribute.todo([
- bool checked = false
Implementation
const ListAttribute.todo([
bool checked = false,
]) : super(
value: checked ? 'todo-checked' : 'todo',
);