size property Null safety
The amount of space required to paint this text.
Valid only after layout has been called.
Implementation
Size get size {
assert(_debugAssertTextLayoutIsValid);
return Size(width, height);
}
The amount of space required to paint this text.
Valid only after layout has been called.
Size get size {
assert(_debugAssertTextLayoutIsValid);
return Size(width, height);
}