elevatedButtonStyle property

ButtonStyle get elevatedButtonStyle

Implementation

static ButtonStyle get elevatedButtonStyle {
  return ButtonStyle(
      shadowColor: MaterialStateProperty.all(ClassColors.mtPrimary_5),
      padding: MaterialStateProperty.all(const EdgeInsets.all(16)),
      backgroundColor: MaterialStateProperty.all(ClassColors.mtPrimary_5),
      foregroundColor: MaterialStateProperty.all(Colors.white));
}