menu
pipen package
documentation
valuable/valuable.dart
Valuable
Valuable constructor
Valuable constructor
dark_mode
light_mode
Valuable
constructor
Valuable
(
{
required
String
title
,
required
String
value
,
})
Implementation
Valuable({required this.title, required this.value});
pipen package
documentation
valuable/valuable
Valuable
Valuable constructor
Valuable class