textColor property

Color? textColor
final

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

Implementation

final Color? textColor;