defaultWebToolbarItems property
List<NutrientWebToolbarItem>
get
defaultWebToolbarItems
Get default Web main toolbar items.
- Returns a list of default NutrientWebToolbarItem items when called on web.
- Returns an empty list on other platforms.
Implementation
static List<NutrientWebToolbarItem> get defaultWebToolbarItems =>
NutrientFlutterPlatform.instance.defaultWebToolbarItems;