menu
draftmode_framework package
documentation
ui/components/timeline.dart
DraftModeUITimelineText
DraftModeUITimelineText.new const constructor
DraftModeUITimelineText.new const constructor
dark_mode
light_mode
DraftModeUITimelineText
constructor
const
DraftModeUITimelineText
(
{
Key
?
key
,
required
String
title
,
String
?
leadingText
,
String
?
subtitle
,
})
Implementation
const DraftModeUITimelineText({ super.key, required this.title, this.leadingText, this.subtitle, });
draftmode_framework package
documentation
ui/components/timeline
DraftModeUITimelineText
DraftModeUITimelineText.new const constructor
DraftModeUITimelineText class