tokens library

PRF Design System – standalone tokens library.

Import this instead of the full library when only design tokens are needed:

import 'package:prf_design/tokens.dart';

Classes

PRFButtonTokens
Shared button design tokens for sizing and density.
PRFElevationTokens
Elevation design tokens for consistent shadow depth.
PRFMotionTokens
Motion tokens keep interaction timing and easing consistent across widgets.
PRFNavigationTokens
Navigation bar height tokens for consistent app bar sizing.
PRFOpacities
Opacity steps for tinted overlays, borders, glows and disabled content.
PRFRadiusTokens
Border radius design tokens for consistent corner rounding.
PRFShadowTokens
Shadow design tokens for consistent elevation and depth.
PRFSizeTokens
Size tokens for touch targets, icons, and fixed-dimension components.
PRFSpacingTokens
Spacing design tokens on a 4 px grid for consistent layout gaps and padding.
PRFStatusTokens
Centralized semantic status colors used by theme extensions.