Theme constructor
const
Theme({})
Implementation
const Theme({
required this.inputPrefix,
required this.successPrefix,
required this.errorPrefix,
required this.booleanPrefix,
required this.pickedItemPrefix,
required this.infoPrefix,
required this.warnPrefix,
});