TabMenuItem class

Represents a item in menu. See: Tab

Constructors

TabMenuItem({required WidgetBuilder builder, required WidgetBuilder itemBuilder})
Creates a TabMenuItem.
const
TabMenuItem.text(String title, {required WidgetBuilder builder})
Creates a TabMenuItem with a Text title.
factory

Properties

builder WidgetBuilder
The widget builder for the menu view.
final
hashCode int
The hash code for this object.
no setterinherited
itemBuilder WidgetBuilder
A custom item to be built for the menu.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited