background property
final
It's a variable that is used to determine the color to show when the button is active.
Implementation
final Color? background;
It's a variable that is used to determine the color to show when the button is active.
final Color? background;