menu
jt_flutter_cli package
documentation
core/path/path_handler.dart
PathHandler
getScreenPath method
getScreenPath method
dark_mode
light_mode
getScreenPath
method
String
getScreenPath
(
{
required
String
featureName
,
})
Implementation
String getScreenPath({ required String featureName, }) => "$kLibFeatures$featureName$kScreenPath";
jt_flutter_cli package
documentation
core/path/path_handler
PathHandler
getScreenPath method
PathHandler class