elevatedButtonPrimary property

ButtonStyle get elevatedButtonPrimary

Implementation

ButtonStyle get elevatedButtonPrimary =>
    ElevatedButton.styleFrom(backgroundColor: colors.primaryContainer, foregroundColor: colors.primary);