ButtonConfig constructor
const
ButtonConfig({})
Implementation
const ButtonConfig({
this.backgroundColor,
this.textColor,
this.fontSize = 16,
this.borderRadius = 8,
this.padding = const EdgeInsets.symmetric(horizontal: 20),
this.borderWidth,
this.borderColor,
});