buttonStyleMedium property
ButtonStyle
get
buttonStyleMedium
Implementation
static ButtonStyle get buttonStyleMedium => ElevatedButton.styleFrom(
textStyle: ProjectTextStyle.subtitle,
backgroundColor: ProjectColors.primaryColor,
foregroundColor: ProjectColors.secondaryColor,
padding: EdgeInsets.all(ProjectPaddings.paddingMedium),
);