menu
clean_kanban package
documentation
domain/entities/task.dart
Task
subtitle property
subtitle property
dark_mode
light_mode
subtitle
property
String
subtitle
final
The subtitle or description of the task. Must be 100 characters or less.
Implementation
final String subtitle;
clean_kanban package
documentation
domain/entities/task
Task
subtitle property
Task class