height property

  1. @override
double height
override

The vertical space required to paint the text.

Valid only after layout.

Implementation

@override
double get height => rp.size.height;