ButtonSettings constructor
const
ButtonSettings({
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Alignment? alignment,
- Color? color,
- Gradient? gradient,
- DecorationImage? image,
- Border? border,
- BorderRadius? borderRadius,
- BoxShape? shape,
- BoxShadow? shadow,
Implementation
const ButtonSettings({
this.width,
this.height,
this.padding,
this.margin,
this.alignment,
this.color,
this.gradient,
this.image,
this.border,
this.borderRadius,
this.shape,
this.shadow,
});