menu
te_widgets package
documentation
widgets/key-value-section/key_value.dart
TKeyValue
TKeyValue.new constructor
TKeyValue.new constructor
dark_mode
light_mode
TKeyValue
constructor
TKeyValue
(
String
key
, {
String
?
value
,
Widget
?
widget
,
double
?
width
,
})
Implementation
TKeyValue(this.key, {this.value, this.widget, this.width});
te_widgets package
documentation
widgets/key-value-section/key_value
TKeyValue
TKeyValue.new constructor
TKeyValue class