primaryButton property

TextStyle? primaryButton

Used for text on ElevatedButton, TextButton and OutlinedButton that contrasts with the primary color.

Implementation

TextStyle? get primaryButton => primaryTextTheme.button;