boxShape property

NeumorphismBoxShape get boxShape

Implementation

NeumorphismBoxShape get boxShape =>
    _boxShape ?? NeumorphismBoxShape.roundRect(BorderRadius.circular(8));