getChildByName method

ChildWidgetValue? getChildByName(
  1. String name
)

Implementation

ChildWidgetValue? getChildByName(String name) =>
    delegate.getChildByName(name);