textButtonForegroundColor property

Color? textButtonForegroundColor

Text Button Foreground Color

Implementation

Color? get textButtonForegroundColor =>
    textButton?.foregroundColor?.normal ?? secondaryColor;