CustomOutlinedButtonBase constructor
const
CustomOutlinedButtonBase({
- required Function? onPressed,
- Key? key,
- VoidCallback? onLongPress,
- ButtonStyle? style,
- FocusNode? focusNode,
- WidgetStatesController? statesController,
- Clip clipBehavior = Clip.none,
- bool autofocus = false,
- ValueChanged<
bool> ? onHover, - ValueChanged<
bool> ? onFocusChange, - CustomButtonSize? size,
- double? width,
- double? height,
- double? fontSize,
- Color? color,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
OutlinedButtonBase 轮廓按钮基类
Implementation
const CustomOutlinedButtonBase({
required this.onPressed,
super.key,
this.onLongPress,
this.style,
this.focusNode,
this.statesController,
this.clipBehavior = Clip.none,
this.autofocus = false,
this.onHover,
this.onFocusChange,
this.size,
this.width,
this.height,
this.fontSize,
this.color,
this.margin,
this.padding,
});