DividerTool class

Inheritance

Constructors

DividerTool.new({Key? key, ToolVisibility visibility = ToolVisibility.always, double length = 32, double width = 1})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
finalinherited
length double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility ToolVisibility
finalinherited
width double
final

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