FastCutDownButton constructor
FastCutDownButton({
- double? height,
- int? time,
- Color backgroundColor = Colors.blue,
- Border? border,
- BorderRadius? borderRadius,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 10, vertical: 5),
- VoidCallback? onTap,
- String text = "获取验证码",
- TextStyle textStyle = const TextStyle(color: Colors.white),
Implementation
FastCutDownButton({
this.height,
this.time,
this.backgroundColor = Colors.blue,
this.border,
this.borderRadius,
this.padding = const EdgeInsets.symmetric(horizontal: 10, vertical: 5),
this.onTap,
this.text = "获取验证码",
this.textStyle = const TextStyle(color: Colors.white),
});