socialButtonStyle property
ButtonStyle
get
socialButtonStyle
Implementation
static ButtonStyle get socialButtonStyle => ElevatedButton.styleFrom(
backgroundColor: ProjectColors.secondaryColor,
foregroundColor: ProjectColors.primaryColor,
padding: EdgeInsets.all(ProjectPaddings.paddingLarge),
);