Tool<T> class
abstract
- Implementers
Constructors
- Tool.new({Key? key, ToolVisibility visibility = ToolVisibility.always})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visibility → ToolVisibility
-
final
Methods
-
build(
BuildContext context, {EdgeInsets margin = const EdgeInsets.all(0), Axis orientation = Axis.horizontal, bool compact = false, bool floating = false}) → Widget -
calcSize(
BuildContext context, {double spacing = 0, Axis orientation = Axis.horizontal, T? param}) → Size? -
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