textColor property

Color textColor
final

backgroundColor is required but textColor is default to Colors.white splashColor is defalt to Colors.white30

Implementation

final Color textColor,
    iconColor,
    backgroundColor,
    splashColor,
    highlightColor;