menu
network_inspector package
documentation
presentation/widgets/titled_label.dart
TitledLabel
TitledLabel const constructor
TitledLabel const constructor
dark_mode
light_mode
TitledLabel
constructor
const
TitledLabel
(
{
required
String
title
,
String
?
text
,
Widget
?
content
,
Key
?
key
,
})
Implementation
const TitledLabel({ required this.title, this.text, this.content, super.key, });
network_inspector package
documentation
presentation/widgets/titled_label
TitledLabel
TitledLabel const constructor
TitledLabel class