menu
freelance package
documentation
widgets/page/lazy_column/lazy_column_row.dart
LazyColumnRow
LazyColumnRow const constructor
LazyColumnRow const constructor
dark_mode
light_mode
LazyColumnRow
constructor
const
LazyColumnRow
(
{
Key
?
key
,
required
String
label
,
required
String
value
,
})
Implementation
const LazyColumnRow({ Key? key, required this.label, required this.value, }) : super(key: key);
freelance package
documentation
widgets/page/lazy_column/lazy_column_row
LazyColumnRow
LazyColumnRow const constructor
LazyColumnRow class