Clip get clipBehavior => _clipBehavior;
set clipBehavior(Clip value) { if (value != _clipBehavior) { _clipBehavior = value; markNeedsPaint(); } }