InfoRow constructor
const
InfoRow({})
Implementation
const InfoRow({
super.key,
required this.title,
required this.info,
this.topPadding = 15,
this.latPadding = 20,
this.isCopyable = false,
});
const InfoRow({
super.key,
required this.title,
required this.info,
this.topPadding = 15,
this.latPadding = 20,
this.isCopyable = false,
});