SDUIButton constructor

SDUIButton({
  1. String? caption,
  2. String? type,
  3. double? padding,
  4. ActionCallback? onPressed,
  5. bool? stretched,
  6. double? iconSize,
  7. String? icon,
  8. double? fontSize,
})

Implementation

SDUIButton(
    {this.caption,
    this.type,
    this.padding,
    this.onPressed,
    this.stretched,
    this.iconSize,
    this.icon,
    this.fontSize});