buttonStyleLarge property

ButtonStyle get buttonStyleLarge

Implementation

static ButtonStyle get buttonStyleLarge => ElevatedButton.styleFrom(
  textStyle: ProjectTextStyle.title,
  backgroundColor: ProjectColors.primaryColor,
  foregroundColor: ProjectColors.secondaryColor,
  padding: EdgeInsets.all(ProjectPaddings.paddingLarge),
);