OpenMobileNavigatorItem constructor

OpenMobileNavigatorItem({
  1. required IconData icon,
  2. required String title,
})

Creates an OpenNavigatorItem with the given icon and title.

Implementation

OpenMobileNavigatorItem({required this.icon, required this.title});