background property

Color? background
final

The background color when the button is filled.

Defaults to:

colorScheme.primary[30]

Implementation

final Color? background;