menu
code_forge_web package
documentation
code_forge/controller.dart
CodeForgeWebController
inlayHints property
inlayHints property
dark_mode
light_mode
inlayHints
property
List
<
InlayHint
>
get
inlayHints
Returns the current inlay hints
Implementation
List<InlayHint> get inlayHints => List.unmodifiable(_inlayHints);
code_forge_web package
documentation
code_forge/controller
CodeForgeWebController
inlayHints property
CodeForgeWebController class