ResultBox constructor
const
ResultBox({})
Implementation
const ResultBox({
super.key,
required this.title,
required this.message,
required this.resultColor,
required this.resultBackgroundColor,
});
const ResultBox({
super.key,
required this.title,
required this.message,
required this.resultColor,
required this.resultBackgroundColor,
});