DanUICircleButton constructor
const
DanUICircleButton({
- Key? key,
- required Widget child,
- Color? color,
- EdgeInsets? padding,
- EdgeInsets? margin,
- double? size,
- VoidCallback? onTap,
- Color? splashColor,
Implementation
const DanUICircleButton({
super.key,
required this.child,
this.color,
this.padding,
this.margin,
this.size,
this.onTap,
this.splashColor,
});