getStartDateInclusive method

  1. @override
DateTime getStartDateInclusive(
  1. BuildContext context,
  2. DateTime ganttStartDate,
  3. Set<WeekDay> weekends,
  4. IsExtraHolidayFunc isExtraHolidayFunc,
)
override

Implementation

@override
DateTime getStartDateInclusive(
  BuildContext context,
  DateTime ganttStartDate,
  Set<WeekDay> weekends,
  IsExtraHolidayFunc isExtraHolidayFunc,
) =>
    getRelativeDateInclusiveStartExeclusiveEnd(
      context,
      ganttStartDate,
      relativeToStart,
      weekends,
      isExtraHolidayFunc,
    );