DraftModeUIPageNavigationItem constructor

const DraftModeUIPageNavigationItem({
  1. Key? key,
  2. String? text,
  3. IconData? icon,
  4. double? iconSize,
  5. bool iconExpanded = false,
  6. Color? iconColor,
  7. String? badge,
  8. Future<void> onTap()?,
})

Implementation

const DraftModeUIPageNavigationItem({
  super.key,
  this.text,
  this.icon,
  this.iconSize,
  this.iconExpanded = false,
  this.iconColor,
  this.badge,
  this.onTap,
});