isDryLayout property
bool
get
isDryLayout
Whether or not this boxy is performing a dry layout.
Implementation
bool get isDryLayout => render.isDryLayout;
Whether or not this boxy is performing a dry layout.
bool get isDryLayout => render.isDryLayout;