OpenWebNavigatorItem constructor
OpenWebNavigatorItem({
- required String title,
Creates an OpenNavigatorItem with the given icon
and title
.
Implementation
OpenWebNavigatorItem({required this.title});