shouldPaint property Null safety

bool shouldPaint
read / write

Whether or not this child is painted.

Children in the selection toolbar may be laid out for measurement purposes but not painted. This allows these children to be identified.

Implementation

bool shouldPaint = false;