menu
openfoodfacts package
documentation
model/KnowledgePanelElement.dart
KnowledgePanelActionElement
KnowledgePanelActionElement const constructor
KnowledgePanelActionElement const constructor
dark_mode
light_mode
KnowledgePanelActionElement
constructor
const
KnowledgePanelActionElement
(
{
required
String
html
,
required
List
<
String
>
actions
,
})
Implementation
const KnowledgePanelActionElement({ required this.html, required this.actions, });
openfoodfacts package
documentation
model/KnowledgePanelElement
KnowledgePanelActionElement
KnowledgePanelActionElement const constructor
KnowledgePanelActionElement class