tryActualBoundingBoxAscent property

double? get tryActualBoundingBoxAscent

Implementation

double? get tryActualBoundingBoxAscent =>
    tryCall(() => actualBoundingBoxAscent);