NavItem class widgets

A widget that presents an clickable navigation tile.

This widget is used by the NavMenu on web builds to present the vertical menu aligned to the left of the BrowseScreen

Constructors

const

Properties

icon → IconData?
final
onPress → GestureTapCallback?
final
selected → bool
final
title → String?
final

Methods

build(BuildContext context) → Widget
Describes the part of the user interface represented by this widget.