AdwaitaHeaderButton constructor

const AdwaitaHeaderButton({
  1. Key? key,
  2. IconData? icon,
  3. VoidCallback? onTap,
  4. String? title,
})

Implementation

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