tryFontBoundingBoxDescent property

double? get tryFontBoundingBoxDescent

Implementation

double? get tryFontBoundingBoxDescent =>
    tryCall(() => fontBoundingBoxDescent);