CoreButtonCustom constructor

const CoreButtonCustom(
  1. Function function,
  2. Widget child, {
  3. EdgeInsets padding = EdgeInsets.zero,
  4. double sizeRadius = 0.0,
  5. EdgeInsets margin = EdgeInsets.zero,
  6. Color color = Colors.transparent,
  7. BorderRadiusGeometry? borderRadius,
  8. Border? border,
  9. Key? key,
  10. Function? funSub,
  11. bool bgInside = false,
  12. double? width,
  13. double? height,
  14. Alignment? align,
})

Implementation

const CoreButtonCustom(this.function, this.child,
    {this.padding = EdgeInsets.zero, this.sizeRadius = 0.0, this.margin = EdgeInsets.zero,
      this.color = Colors.transparent, this.borderRadius, this.border, Key? key, this.funSub,
      this.bgInside = false, this.width, this.height, this.align}) : super(key:key);