ToolIconButton class

Inheritance

Constructors

ToolIconButton({required String title, String? subTitle, String? toolTip, Widget? icon, IconData? iconData, ActionCallback? onPressed, bool enabled = true})
const

Properties

enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
final
iconData IconData?
final
onPressed ActionCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTitle String?
final
title String
final
toolTip String?
final
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 setteroverride

Methods

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