KeyboardButtonStyle constructor
const
KeyboardButtonStyle({})
Keyboard Button Style constructor.
Implementation
const KeyboardButtonStyle({
required this.bgPrimary,
required this.bgDanger,
required this.bgSuccess,
this.icon,
}) : super._();