shadows property

List<BoxShadow>? shadows
final

The list of box shadows applied to the button, overriding the theme default if provided. Enhances visual depth and elevation.

Implementation

final List<BoxShadow>? shadows;