DialogButtonSettings constructor
const
DialogButtonSettings(
- String text, {
- EdgeInsets padding = const EdgeInsets.symmetric(vertical: 14, horizontal: 12),
- Color textColor = Colors.white,
- bool activeBorder = false,
- bool mediumFont = true,
- double radius = 10,
- double? customHeight = 50,
- double fontSize = 16,
- double? iconsize,
- double? customWidth,
- Color? backgroundColor,
- IconData? icon,
Implementation
const DialogButtonSettings(
this.text, {
this.padding = const EdgeInsets.symmetric(vertical: 14, horizontal: 12),
this.textColor = Colors.white,
this.activeBorder = false,
this.mediumFont = true,
this.radius = 10,
this.customHeight = 50,
this.fontSize = 16,
this.iconsize,
this.customWidth,
this.backgroundColor,
this.icon,
});