menu
lordicon package
documentation
providers/provider_web.dart
filePath function
filePath function
dark_mode
light_mode
filePath
function
String
filePath
(
Object
file
)
Implementation
String filePath(Object file) { return (file as File).relativePath ?? ''; }
lordicon package
documentation
providers/provider_web
filePath function
provider_web library