SkOutlinedButton constructor
const
SkOutlinedButton({
- Key? key,
- required String label,
- Color? borderColor,
- Color? textColor,
- double? w,
- double? h,
- double? borderRadius,
- TextStyle? textStyle,
- EdgeInsetsGeometry? padding,
- double? borderWidth,
- ShapeBorder? shape,
- required VoidCallback? onTap,
- VoidCallback? onLongPress,
- FocusNode? focusNode,
- bool autofocus = false,
- MouseCursor? mouseCursor,
Implementation
const SkOutlinedButton({
super.key,
required this.label,
this.borderColor,
this.textColor,
this.w,
this.h,
this.borderRadius,
this.textStyle,
this.padding,
this.borderWidth,
this.shape,
required this.onTap,
this.onLongPress,
this.focusNode,
this.autofocus = false,
this.mouseCursor,
});