ButtonProperties constructor
const
ButtonProperties({})
Implementation
const ButtonProperties({
required this.text,
this.textColorHex,
this.textSize,
this.textAllCaps,
this.fillMaxSize,
this.backgroundHex,
this.actionProperties
});