ReadyIconButton.outline constructor

const ReadyIconButton.outline({
  1. Key? key,
  2. IconData? iconData,
  3. Widget? iconWidget,
  4. Color? iconColor,
  5. VoidCallback? onTap,
  6. Color? backgroundColor,
  7. bool isRounded = true,
  8. Color? color,
  9. String? tooltip,
  10. double? borderRadius,
  11. int? badge,
  12. double? height,
  13. double? iconSize,
  14. double? width,
  15. Color? borderColor,
  16. 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;