shouldRenderChild method
Determines whether a given child
should be rendered.
Defaults to false
, meaning the decision is left to layout/rendering code.
Implementation
bool shouldRenderChild(ComponentInstance child) => false;
Determines whether a given child
should be rendered.
Defaults to false
, meaning the decision is left to layout/rendering code.
bool shouldRenderChild(ComponentInstance child) => false;