elevatedButtonStyleLarge top-level property

ButtonStyle get elevatedButtonStyleLarge

Implementation

ButtonStyle get elevatedButtonStyleLarge => ElevatedButton.styleFrom(backgroundColor: primaryColor, elevation: 8, minimumSize: const Size(132, 44));