adaptTtuTheme property
Whether or not the dictionary popup should adapt to the reader's theme.
Implementation
bool get adaptTtuTheme {
return getPreference<bool>(key: 'adapt_ttu_theme', defaultValue: true);
}
Whether or not the dictionary popup should adapt to the reader's theme.
bool get adaptTtuTheme {
return getPreference<bool>(key: 'adapt_ttu_theme', defaultValue: true);
}