disableBoxModelPaint property

bool get disableBoxModelPaint

Override this property to disable box model painting for this widget element. When set to true, RenderWidget will call performPaint directly instead of paintBoxModel. This is useful for widgets that handle their own painting entirely.

Implementation

bool get disableBoxModelPaint => false;