NeumorphicSurfacePainter class
- Inheritance
-
- Object
- NeumorphicShapePainter
- NeumorphicSurfacePainter
Constructors
- NeumorphicSurfacePainter({Gradient? gradient, Color? color, Gradient? borderGradient, double blur = 0, double borderBlur = 0, ShapeBorder shape = const ContinuousRectangleBorder(), double strokeWidth = 0})
Properties
- blur → double
-
final
- borderBlur → double
-
final
- borderGradient → Gradient?
-
final
- borderPaintObject → Paint
-
final
- borderPath ↔ Path?
-
getter/setter pair
- color → Color?
-
final
- gradient → Gradient?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- innerPath ↔ Path
-
getter/setter pairinherited
- innerRect ↔ Rect
-
getter/setter pairinherited
- outerPath ↔ Path
-
getter/setter pairinherited
- outerRect ↔ Rect
-
getter/setter pairinherited
- paintObject → Paint
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape → ShapeBorder
-
finalinherited
- strokeWidth → double
-
finalinherited
Methods
-
calculateShape(
Offset offset, Size size) → void -
inherited
-
convertRadiusToSigma(
double radius) → double -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paintSurface(
Canvas canvas, {Path? path}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited