SectionTitle constructor

const SectionTitle({
  1. Key? key,
  2. required String text,
  3. bool hasViewAll = false,
  4. GestureTapCallback? onTapViewAll,
  5. double left = 15,
  6. double top = 0,
  7. double bottom = 10,
  8. double right = 15,
  9. GlobalKey<State<StatefulWidget>>? showCaseKey,
})

Implementation

const SectionTitle({super.key, required this.text, this.hasViewAll=false, this.onTapViewAll,
  this.left= 15, this.top= 0, this.bottom= 10, this.right= 15,
  this.showCaseKey
});