TimelineEventCard constructor
TimelineEventCard({
- required Widget title,
- required Widget content,
- EdgeInsetsGeometry padding = const EdgeInsets.only(left: 16, top: 12, right: 16, bottom: 20),
Implementation
TimelineEventCard({
required this.title,
required this.content,
this.padding = const EdgeInsets.only(left: 16, top: 12, right: 16, bottom: 20),
});