menu
puma_ui package
documentation
helpers/themeHelper.dart
ThemeAsset
getAssetFullPath method
getAssetFullPath method
dark_mode
light_mode
getAssetFullPath
method
String
getAssetFullPath
(
String
suffix
)
Implementation
String getAssetFullPath(String suffix) { return "$assetsPath$assetName$suffix.$assetExt"; }
puma_ui package
documentation
helpers/themeHelper
ThemeAsset
getAssetFullPath method
ThemeAsset class