menu
flutter_network_inspector package
documentation
ui/inspector_ui.dart
PlainRow
PlainRow.new const constructor
PlainRow.new const constructor
dark_mode
light_mode
PlainRow
constructor
const
PlainRow
(
{
Key
?
key
,
required
String
title
,
required
String
?
value
,
bool
copyEnabled
=
false
,
})
Implementation
const PlainRow({ super.key, required this.title, required this.value, this.copyEnabled = false, });
flutter_network_inspector package
documentation
ui/inspector_ui
PlainRow
PlainRow.new const constructor
PlainRow class