textColor property

Color? textColor
final

The textColor parameter sets the text color for the solid button type. If not provided, the text color will be automatically determined based on the button's background color.

Implementation

final Color? textColor;