usesInsetDecoration property

bool get usesInsetDecoration

Whether this style uses an inset neumorphic border instead of outline.

Implementation

bool get usesInsetDecoration =>
    insetShadowColor != null && insetHighlightColor != null;