clipToSizeAndRenderChildrenOutsideViewportConflict constant

String const clipToSizeAndRenderChildrenOutsideViewportConflict = 'Cannot renderChildrenOutsideViewport and clipToSize since children ' 'rendered outside will be clipped anyway.'

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

Implementation

static const String clipToSizeAndRenderChildrenOutsideViewportConflict =
    'Cannot renderChildrenOutsideViewport and clipToSize since children '
    'rendered outside will be clipped anyway.'