menu
homeowner_app
features/dashboard/widgets/event_log_title.dart
EventLogTitle
EventLogTitle const constructor
EventLogTitle
dark_mode
light_mode
EventLogTitle
constructor
const
EventLogTitle
(
{
Key
?
key
,
required
int
id
,
})
Implementation
const EventLogTitle({ super.key, required this.id, });
homeowner_app
event_log_title
EventLogTitle
EventLogTitle const constructor
EventLogTitle class