normal property

List<BoxShadow> normal

Gives custom normal shadow

Implementation

static List<BoxShadow> get normal => _copyWith(
      color: FxColor.dark.withAlpha(20),
      blurRadius: 6.0,
      offset: const Offset(0.0, 3.0),
    );