parseChildElementValue method
String?
parseChildElementValue(
- UIElement? childElement, {
- UIComponent? childUiComponent,
- bool allowTextAsValue = true,
Implementation
String? parseChildElementValue(UIElement? childElement,
{UIComponent? childUiComponent, bool allowTextAsValue = true}) =>
childElement?.resolveElementValue(
parentUIComponent: this,
uiComponent: childUiComponent,
allowTextAsValue: allowTextAsValue);