menu
ds_flutter_gen_core package
documentation
settings/asset_type.dart
AssetType
pathThemed2 method
pathThemed2 method
dark_mode
light_mode
pathThemed2
method
String
pathThemed2
(
)
Implementation
String pathThemed2() { assert(isThemed); return '${p.withoutExtension(path)}$_dark$extension'; }
ds_flutter_gen_core package
documentation
settings/asset_type
AssetType
pathThemed2 method
AssetType class