menu
revali package
documentation
ast/visitors/app_visitor.dart
AppVisitor
visitLabelElement method
visitLabelElement method
dark_mode
light_mode
visitLabelElement
method
@
override
void
visitLabelElement
(
LabelElement
element
)
inherited
Implementation
@override R? visitLabelElement(LabelElement element) { element.visitChildren(this); return null; }
revali package
documentation
ast/visitors/app_visitor
AppVisitor
visitLabelElement method
AppVisitor class