dark static method

DsThemeData dark()

Returns the built-in Digdir dark 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 dark() => _dark;