elevatedButtonTertiary property

ButtonStyle get elevatedButtonTertiary

Implementation

ButtonStyle get elevatedButtonTertiary =>
    ElevatedButton.styleFrom(backgroundColor: colors.tertiaryContainer, foregroundColor: colors.tertiary);