menu
dio_request_inspector package
documentation
presentation/detail/widget/card_item_widget.dart
CardItem
CardItem const constructor
CardItem const constructor
dark_mode
light_mode
CardItem
constructor
const
CardItem
(
{
Key
?
key
,
String
?
name
,
String
?
value
,
bool
showCopyButton
=
false
,
})
Implementation
const CardItem({Key? key, this.name, this.value, this.showCopyButton = false}) : super(key: key);
dio_request_inspector package
documentation
presentation/detail/widget/card_item_widget
CardItem
CardItem const constructor
CardItem class