stickyAreaEventBuilder property

(Widget Function(BuildContext context, int eventIndex, GanttEventBase event, Color eventColor)?) stickyAreaEventBuilder
final

Custom builder for sticky area per event

default(GanttChartDefaultStickyAreaCell)

Implementation

final Widget Function(
  BuildContext context,
  int eventIndex,
  GanttEventBase event,
  Color eventColor,
)? stickyAreaEventBuilder;