width property

  1. @override
double width
override

The horizontal space required to paint the text.

Valid only after 'layout'.

Implementation

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