DraftModeUIPageNavigationItemTop constructor

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

Implementation

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