FilterHeader constructor

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

Implementation

const FilterHeader({Key? key, this.title, this.icon}) : super(key: key);