radiusToken property
Resolves the corner radius from the active CLTheme at build time (decorations are assembled in the constructors, where no BuildContext is available yet).
Implementation
final double Function(CLTheme theme)? radiusToken;
Resolves the corner radius from the active CLTheme at build time (decorations are assembled in the constructors, where no BuildContext is available yet).
final double Function(CLTheme theme)? radiusToken;