MultiSignatureDrawer class
A HandSignatureDrawer that combines multiple drawers, allowing for complex drawing effects by applying each drawer in sequence.
- Inheritance
-
- Object
- HandSignatureDrawer
- MultiSignatureDrawer
Constructors
-
MultiSignatureDrawer.new({required Iterable<
HandSignatureDrawer> drawers}) -
Creates a MultiSignatureDrawer with the given
drawers
.const
Properties
-
drawers
→ Iterable<
HandSignatureDrawer> -
The collection of HandSignatureDrawers to be applied.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
Canvas canvas, Size size, List< CubicPath> paths) → void -
Paints the given
paths
onto thecanvas
.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited