CustomFloatingButton constructor
const
CustomFloatingButton({
- Key? key,
- Alignment? alignment,
- EdgeInsetsGeometry? margin,
- Color? backgroundColor,
- VoidCallback? onTap,
- double? width,
- double? height,
- BoxDecoration? decoration,
- Widget? child,
Implementation
const CustomFloatingButton({
Key? key,
this.alignment,
this.margin,
this.backgroundColor,
this.onTap,
this.width,
this.height,
this.decoration,
this.child,
}) : super(
key: key,
);