NomoInfoItem constructor
const
NomoInfoItem({})
Implementation
const NomoInfoItem({
required this.title,
required this.value,
super.key,
this.titleStyle,
this.valueStyle,
this.padding,
});
const NomoInfoItem({
required this.title,
required this.value,
super.key,
this.titleStyle,
this.valueStyle,
this.padding,
});