DraftModeUIPageNavigationItemBottom constructor

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

Implementation

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