menu
bones_ui package
documentation
bones_ui_kit.dart
ResourceContent
getContentIfLoaded method
getContentIfLoaded method
dark_mode
light_mode
getContentIfLoaded
method
String
?
getContentIfLoaded
(
)
Returns the content if
isLoaded
.
Implementation
String? getContentIfLoaded() => isLoaded ? _content : null;
bones_ui package
documentation
bones_ui_kit
ResourceContent
getContentIfLoaded method
ResourceContent class