UITopNavigationBarItem class

Wrapper for UITopNavigationBarItem.

Constructors

UITopNavigationBarItem({required String id, required Widget title, void onTap()?, bool hidden = false, bool onRouteChange(RouteSettings? route)?, void onTapWhenInitialIndex()?})
Wrapper for UITopNavigationBarItem.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hidden bool
final
id String
final
onRouteChange → (bool Function(RouteSettings? route)?)
final
onTap → (void Function()?)
final
onTapWhenInitialIndex → (void Function()?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget
final

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