menu
flutter_easy package
documentation
utils/src/global_util.dart
assetsImagesPathWebP function
assetsImagesPathWebP function
dark_mode
light_mode
assetsImagesPathWebP
function
String
assetsImagesPathWebP
(
String
name
)
获取图片路径后缀wep
Implementation
String
assetsImagesPathWebP(
String
name) => assetsImagesPath(name, format:
'webp'
);
flutter_easy package
documentation
utils/src/global_util
assetsImagesPathWebP function
global_util library