OpenWebNavigatorItem constructor

OpenWebNavigatorItem({
  1. required String title,
})

Creates an OpenNavigatorItem with the given icon and title.

Implementation

OpenWebNavigatorItem({required this.title});