radiusToken property

double Function(CLTheme theme)? radiusToken
final

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;