EBButtonStyle constructor

const EBButtonStyle({
  1. Color? backgroundColor,
  2. double? borderRadius,
  3. Color? color,
  4. double? fontSize,
  5. FontWeight? fontWeight,
  6. String? fontFamily,
  7. int? maxLines,
  8. TextOverflow? textOverflow,
})

Implementation

const EBButtonStyle({
  super.backgroundColor,
  super.borderRadius,
  super.color,
  super.fontSize,
  super.fontWeight,
  super.fontFamily,
  super.maxLines,
  super.textOverflow,
});