Skip to content

ThemeRecipes

Category: UI

Source: theme_recipes.dart

Classes

GlueRecipes

Constructor

dart
const GlueRecipes(this.t)

Properties

PropertyTypeDescription
tGlueThemeTokens

Methods

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)

Released under the MIT License.