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