menu
nice2dev_flutter_ui
planning\nice_planning2.dart
NiceTimelineMarker
NiceTimelineMarker.new const constructor
NiceTimelineMarker.new
dark_mode
light_mode
NiceTimelineMarker
constructor
const
NiceTimelineMarker
(
{
required
DateTime
date
,
String
?
label
,
Color
?
color
,
})
Implementation
const NiceTimelineMarker({ required this.date, this.label, this.color, });
nice2dev_flutter_ui
nice_planning2
NiceTimelineMarker
NiceTimelineMarker.new const constructor
NiceTimelineMarker class