light static method

DsThemeData light()

Returns the built-in Digdir light theme.

The result is cached, so repeated calls return the same immutable instance instead of rebuilding the typography and border-radius tokens.

Implementation

static DsThemeData light() => _light;