ScaffoldPageIcon.withCustomTap constructor

const ScaffoldPageIcon.withCustomTap({
  1. Key? key,
  2. Widget? icon,
  3. Widget? title,
  4. VoidCallback? onTap,
  5. bool? isSelected = false,
})

Implementation

const ScaffoldPageIcon.withCustomTap({
  Key? key,
  this.icon,
  this.title,
  this.onTap,
  this.isSelected = false,
})  : connectToScaffoldPages = false,
      super(key: key);