shadowPainter property

NeumorphicShadowPainter shadowPainter
getter/setter pair

A painter that is responsible for drawing shadows for the Neumorphic button.

This painter is used to create the shadow effect that gives the button a raised or pressed appearance, depending on the light source and shadow configuration.

Implementation

late NeumorphicShadowPainter shadowPainter;