SectionPlaceholder constructor

const SectionPlaceholder(
  1. String title,
  2. IconData icon, {
  3. Key? key,
})

Implementation

const SectionPlaceholder(this.title, this.icon, {super.key});