BetterSlideAction constructor
const
BetterSlideAction({
- Key? key,
- BetterSlideActionController? controller,
- VoidCallback? onCompleted,
- double? width,
- double? height,
- double? knobSize,
- BorderRadiusGeometry? borderRadius,
- bool resetAfterCompleted = false,
- Widget? knobChild,
- Widget? children,
- bool enabled = true,
- bool reverse = false,
- BoxDecoration? boxDecoration,
- Color? color,
- double? leftPadding,
- double? rightPadding,
Implementation
const BetterSlideAction({
super.key,
this.controller,
this.onCompleted,
this.width,
this.height,
this.knobSize,
this.borderRadius,
this.resetAfterCompleted = false,
this.knobChild,
this.children,
this.enabled = true,
this.reverse = false,
this.boxDecoration,
this.color,
this.leftPadding,
this.rightPadding,
});