outlinedButtonForegroundColor property

Color? outlinedButtonForegroundColor

Outlined Button Foreground Color

Implementation

Color? get outlinedButtonForegroundColor =>
    outlinedButton?.foregroundColor?.normal ?? secondaryColor;