MetadataRow constructor
const
MetadataRow({})
Implementation
const MetadataRow({
super.key,
required this.label,
this.value,
this.valueWidget,
this.labelWidth = 120,
this.copiable = false,
this.padding = const EdgeInsets.only(bottom: 8),
}) : assert(
value != null || valueWidget != null,
'Either value or valueWidget must be provided',
);