menu
fastyle_calculator package
documentation
logic/models/report_entry.model.dart
FastReportEntry
FastReportEntry const constructor
FastReportEntry const constructor
dark_mode
light_mode
FastReportEntry
constructor
const
FastReportEntry
(
{
required
String
name
,
required
String
value
,
Color
?
color
,
})
Implementation
const FastReportEntry({ required this.name, required this.value, this.color, });
fastyle_calculator package
documentation
logic/models/report_entry.model
FastReportEntry
FastReportEntry const constructor
FastReportEntry class