CryButton constructor

CryButton({
  1. String? label,
  2. Color? iconColor,
  3. IconData? iconData,
  4. VoidCallback? onPressed,
  5. String? tip,
  6. EdgeInsets? padding,
})

Implementation

CryButton({this.label, this.iconColor, this.iconData, this.onPressed, this.tip, this.padding});