clipBehaviorAndRenderChildrenOutsideViewportConflict constant

String const clipBehaviorAndRenderChildrenOutsideViewportConflict

An error message to show when clipBehavior and renderChildrenOutsideViewport are set to conflicting values.

Implementation

static const String clipBehaviorAndRenderChildrenOutsideViewportConflict =
    'Cannot renderChildrenOutsideViewport and clip since children '
    'rendered outside will be clipped anyway.';