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