AppTitleTool class

Inheritance
  • Object
  • ToolWidget
  • ToolIconButton
  • AppTitleTool

Constructors

AppTitleTool.new({String hookName = '', int order = 0, required String title, String? subTitle, String? toolTip, Widget? icon, IconData? iconData, ActionCallback? onPressed, bool enabled = true})
const

Properties

enabled bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hookName String
no setteroverride
icon Widget?
finalinherited
iconData IconData?
finalinherited
onPressed → ActionCallback?
finalinherited
order int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTitle String?
finalinherited
title String
finalinherited
toolTip String?
finalinherited
width double
The width of the widget used to calculate the width of the toolbar to determine if the widget overflows and should be rendered as a popup menu item
no setterinherited

Methods

buildPopupMenuItem(BuildContext context) Widget
Build widget for the popup menu when the toolbar widget is not visible
inherited
buildToolBarWidget(BuildContext context) Widget
Build widget for the toolbar
inherited
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