FitButton constructor
const
FitButton({
- Key? key,
- dynamic onTap()?,
- required Widget child,
- dynamic onLongPress()?,
- EdgeInsets? margin,
- EdgeInsets? padding,
- double? width,
- double? height,
- Color? color,
Creates a new FitButton.
Implementation
const FitButton({
super.key,
this.onTap,
required this.child,
this.onLongPress,
this.margin,
this.padding,
this.width,
this.height,
this.color,
});