menu
arcane_jaspr package
documentation
component/view/static_table.dart
KeyValueRow
KeyValueRow.new const constructor
KeyValueRow.new const constructor
dark_mode
light_mode
KeyValueRow
constructor
const
KeyValueRow
(
{
required
String
key
,
required
Widget
value
,
})
Implementation
const KeyValueRow({required this.key, required this.value});
arcane_jaspr package
documentation
component/view/static_table
KeyValueRow
KeyValueRow.new const constructor
KeyValueRow class