STextButton constructor
const
STextButton({
- Key? key,
- void onTap(
- Offset offset
- Color? backgroundColor,
- String? buttonTitle,
- TextStyle? textStyle,
- double? backgroundColorOpacity,
- BorderRadiusGeometry? buttonBorderRadius,
- BoxShape? buttonShape,
- EdgeInsetsGeometry? buttonContentPadding,
- Widget? prefixIcon,
- Widget? midIcon,
- Widget? suffixIcon,
- double? scale,
- double? height,
- double? width,
- BoxBorder? border,
Implementation
const STextButton({
super.key,
this.onTap,
this.backgroundColor,
this.buttonTitle,
this.textStyle,
this.backgroundColorOpacity,
this.buttonBorderRadius,
this.buttonShape,
this.buttonContentPadding,
this.prefixIcon,
this.midIcon,
this.suffixIcon,
this.scale,
this.height,
this.width,
this.border,
});