ThemeRecipes
Category: UI
Source: theme_recipes.dart
Classes
GlueRecipes
Constructor
dart
const GlueRecipes(this.t)Properties
| Property | Type | Description |
|---|---|---|
t | GlueThemeTokens |
Category: UI
Source: theme_recipes.dart
GlueRecipes const GlueRecipes(this.t)| Property | Type | Description |
|---|---|---|
t | GlueThemeTokens |
String brandHeading(String title, {String? subtitle}) String sectionHeading(String title) String keyHint(String key, String description) String badge(String label, {GlueTone tone = GlueTone.accent}) String listItem(String label, {required bool selected, String? description}) String borderLine(int width, {String? title}) String panelRow(int width, String content)