figmaHeight property
double?
get
figmaHeight
Gets the height from Figma design if available
Implementation
double? get figmaHeight =>
getCached("figmaHeight", () => _getBoundingBox()?.height?.toDouble());