isFlexContainer property
Whether the ResizeSensor is a flex container. Necessary to apply the correct styling.
Default: false
Implementation
@override
bool? get isFlexContainer =>
(props[_$key__isFlexContainer__ResizeSensorProps] ?? null) as bool?;
Whether the ResizeSensor is a flex container. Necessary to apply the correct styling.
Default: false
Implementation
@override
set isFlexContainer(bool? value) =>
props[_$key__isFlexContainer__ResizeSensorProps] = value;