InfoModal constructor
const
InfoModal({})
Implementation
const InfoModal({
required this.title,
required this.description,
this.buttonText,
this.locale = 'en',
this.cancelButton = false,
this.onTap,
super.key
});