boxShadow property

List<BoxShadow>? boxShadow
final

Box shadows applied to the key display for depth effect.

Creates visual depth to simulate the appearance of physical keyboard keys. When null, uses theme default shadows.

Implementation

final List<BoxShadow>? boxShadow;