shadow property

List<BoxShadow>? shadow
final

The shadow parameter allows specifying a list of box shadows to create a shadow effect for the button.

Implementation

final List<BoxShadow>? shadow;