theme library

Theme distribution and data for liqkit_ui.

Classes

LiqApp
Convenience root widget that installs LiqTheme selecting between light and dark based on themeMode and platform brightness.
LiqBezel
Bezel spec - corner radius and edge-highlight intensities.
LiqColor
A light/dark color pair.
LiqMaterial
A const-constructible glass material spec.
LiqSemantics
Tunable semantic flags carried on the theme.
LiqTextStyle
Liqkit text-style spec. Resolves to a Flutter TextStyle via toTextStyle.
LiqTheme
The InheritedTheme that distributes LiqThemeData to descendants.
LiqThemeData
The single immutable theme data carried via LiqTheme.

Enums

LiqQuality
Glass-rendering quality tier.
LiqThemeMode
How LiqApp selects between its LiqApp.light and LiqApp.dark themes. Defined locally so liqkit_ui doesn't drag in package:flutter/material.dart (where Material's ThemeMode lives).