menu
flutter_twind package
documentation
utils/smart_style_parser.dart
SmartStyleParser
clearCache static method
clearCache static method
dark_mode
light_mode
clearCache
static method
void
clearCache
(
)
清空缓存(用于开发时手动清理)
Implementation
static void clearCache() { _cache.clear(); }
flutter_twind package
documentation
utils/smart_style_parser
SmartStyleParser
clearCache static method
SmartStyleParser class