NeumorphicPathProvider class abstract
Constructors
- NeumorphicPathProvider({dynamic reclip})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- oneGradientPerPath → bool
-
only used when shape == convex || concave
when you have multiple path (with some moveTo) inside :
true -> draw a different gradient for each sub path
false -> draw an unique gradient for all the widget
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getClip(
dynamic size) → dynamic -
getPath(
dynamic size) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldReclip(
NeumorphicPathProvider oldClipper) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited