isFlexChild property

bool? isFlexChild
getter/setter pair

Whether the ResizeSensor is a child of a flex item. Necessary to apply the correct styling.

See this issue for details: code.google.com/p/chromium/issues/detail?id=346275

Default: false

Implementation

bool? isFlexChild;