SingButton constructor
const
SingButton({
- Key? key,
- String title = 'SingButton',
- TextStyle? titleTextStyle,
- Color fillColor = const Color(0xFF19B1F4),
- Color? highlightColor,
- Color? splashColor,
- Size? size,
- double elevation = 0,
- double highlightElevation = 0,
- BorderSide? side,
- Color sideColor = Colors.transparent,
- double sideWidth = 0.2,
- BorderRadiusGeometry? borderRadius,
- double? radius,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- VoidCallback? onPressed,
- VoidCallback? onLongPress,
Implementation
const SingButton({
super.key,
this.title = 'SingButton',
this.titleTextStyle,
this.fillColor = const Color(0xFF19B1F4),
this.highlightColor,
this.splashColor,
this.size,
this.elevation = 0,
this.highlightElevation = 0,
this.side,
this.sideColor = Colors.transparent,
this.sideWidth = 0.2,
this.borderRadius,
this.radius,
this.padding,
this.margin,
this.onPressed,
this.onLongPress,
});