Skip to content

Commit

Permalink
Fix 1.19.1 strong mode error
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Jan 30, 2017
1 parent 252d6b8 commit 58c6864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/component/resize_sensor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class ResizeSensorComponent extends UiComponent<ResizeSensorProps> with _SafeAni
..key = 'resizeSensor'
)(expandSensor, collapseSensor);

var wrapperStyles;
Map<String, dynamic> wrapperStyles;
if (props.isFlexChild) {
wrapperStyles = _wrapperStylesFlexChild;
} else if (props.isFlexContainer) {
Expand Down

0 comments on commit 58c6864

Please sign in to comment.