ItemSectionTitle constructor

const ItemSectionTitle({
  1. Key? key,
  2. ItemSectionExtendedController? controller,
  3. Widget? title,
})

Implementation

const ItemSectionTitle({
  Key? key,
  this.controller,
  this.title,
}) : super(key: key);