elevatedButtonSecondary property

ButtonStyle get elevatedButtonSecondary

Implementation

ButtonStyle get elevatedButtonSecondary =>
    ElevatedButton.styleFrom(backgroundColor: colors.secondaryContainer, foregroundColor: colors.secondary);