elevatedButtonForegroundColor property

Color? elevatedButtonForegroundColor

Elevated Button Foreground Color

Implementation

Color? get elevatedButtonForegroundColor =>
    elevatedButton?.foregroundColor?.normal ?? secondaryColor.contrast;