menu
digit_components package
documentation
widgets/atoms/details_card.dart
LabelValuePair
LabelValuePair constructor
LabelValuePair constructor
dark_mode
light_mode
LabelValuePair
constructor
LabelValuePair
(
{
required
String
label
,
required
String
value
,
bool
isInline
=
true
,
})
Implementation
LabelValuePair({ required this.label, required this.value, this.isInline = true, });
digit_components package
documentation
widgets/atoms/details_card
LabelValuePair
LabelValuePair constructor
LabelValuePair class