navigationRailSelectedLabelData top-level constant
Map<String, dynamic>
const
navigationRailSelectedLabelData
Implementation
const Map<String, dynamic> navigationRailSelectedLabelData = {
"color": "\$purple300",
"variants": {
"size": {
"sm": {
"fontSize": "\$sm",
"fontFamily": "\$body",
"fontWeight": "\$normal",
"lineHeight": "\$sm"
},
"md": {
"fontSize": "\$md",
"fontFamily": "\$body",
"fontWeight": "\$normal",
"lineHeight": "\$md"
},
"lg": {
"fontSize": "\$lg",
"fontFamily": "\$body",
"fontWeight": "\$normal",
"lineHeight": "\$lg"
}
},
},
};