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