menu
figma_flutter_token_mapper package
documentation
models/token_theme.dart
TokenTheme
TokenTheme.new constructor
TokenTheme.new constructor
dark_mode
light_mode
TokenTheme
constructor
TokenTheme
(
String
name
,
List
<
String
>
sets
)
Implementation
TokenTheme(this.name, this.sets);
figma_flutter_token_mapper package
documentation
models/token_theme
TokenTheme
TokenTheme.new constructor
TokenTheme class