ReadyIconButton.outline constructor
const
ReadyIconButton.outline({
- Key? key,
- IconData? iconData,
- Widget? iconWidget,
- Color? iconColor,
- VoidCallback? onTap,
- Color? backgroundColor,
- bool isRounded = true,
- Color? color,
- String? tooltip,
- double? borderRadius,
- int? badge,
- double? height,
- double? iconSize,
- double? width,
- Color? borderColor,
- ReadyButtonSize size = ReadyButtonSize.medium,
Implementation
const ReadyIconButton.outline({
super.key,
this.iconData,
this.iconWidget,
this.iconColor,
this.onTap,
this.backgroundColor,
this.isRounded = true,
this.color,
this.tooltip,
this.borderRadius,
this.badge,
this.height,
this.iconSize,
this.width,
this.borderColor,
this.size = ReadyButtonSize.medium,
}) : _styleType = _ButtonStyleType.outline;