menu
kvs_testsmith package
documentation
parser/ui_element_detector.dart
UiElementVisitor
visitDoubleLiteral method
visitDoubleLiteral method
dark_mode
light_mode
visitDoubleLiteral
method
@
override
void
visitDoubleLiteral
(
DoubleLiteral
node
)
inherited
Implementation
@override R? visitDoubleLiteral(DoubleLiteral node) { node.visitChildren(this); return null; }
kvs_testsmith package
documentation
parser/ui_element_detector
UiElementVisitor
visitDoubleLiteral method
UiElementVisitor class