shapePaintContainer property Null safety
inherited
Implementation
ShapePaintContainer? get shapePaintContainer =>
parent is ShapePaintContainer ? parent as ShapePaintContainer : null;
ShapePaintContainer? get shapePaintContainer =>
parent is ShapePaintContainer ? parent as ShapePaintContainer : null;