menu
code_forge package
documentation
code_forge/controller.dart
CodeForgeController
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 package
documentation
code_forge/controller
CodeForgeController
inlayHints property
CodeForgeController class