// SPDX-License-Identifier: Apache-2.0
use crateTextMeasurer;
/// Context passed to widgets during intrinsic measurement.
///
/// Unlike `LayoutContext`, this context contains only the resources required
/// to calculate a widget's preferred size. It is intentionally lightweight
/// and independent from rendering.