TodayDrawerSection constructor

const TodayDrawerSection({
  1. String? title,
  2. String? content,
  3. Widget? widgetContent,
  4. bool hasBottomDivider = false,
})

Implementation

const TodayDrawerSection({
  this.title,
  this.content,
  this.widgetContent,
  this.hasBottomDivider = false,
});