textColor property

Color? textColor
final

textColor is the color of the text which is displayed on MBElevatedButton. By default it is set to Colors.white

Implementation

final Color? textColor;