dark static method
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;
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.
static DsThemeData dark() => _dark;