FSimpleButton constructor
const
FSimpleButton({
- Key? key,
- Color? backgroundColor = Colors.transparent,
- Color? splashColor,
- Color? highlightColor,
- double elevation = 0,
- double? width,
- double? height,
- EdgeInsetsGeometry? margin = EdgeInsets.zero,
- EdgeInsetsGeometry? padding,
- Widget? child,
- VoidCallback? onTap,
- EVisibility visibility = EVisibility.visible,
- ShapeBorder? shape,
Implementation
const FSimpleButton({
Key? key,
this.backgroundColor = Colors.transparent,
this.splashColor,
this.highlightColor,
this.elevation = 0,
this.width,
this.height,
this.margin = EdgeInsets.zero,
this.padding,
this.child,
this.onTap,
this.visibility = EVisibility.visible,
this.shape,
}) : super(key: key);