Small shadow for elevated elements
List<BoxShadow> get shadowSmall => [ BoxShadow( color: shadow.withValues(alpha: 0.1), blurRadius: 4, offset: const Offset(0, 1), ), ];