There was an error while loading. Please reload this page.
1 parent e82ccdc commit ade07d8Copy full SHA for ade07d8
webf/lib/src/rendering/flex.dart
@@ -1974,7 +1974,6 @@ class RenderFlexLayout extends RenderLayoutBox {
1974
alignSelf == AlignSelf.lastBaseline ||
1975
renderStyle.alignItems == AlignItems.baseline ||
1976
renderStyle.alignItems == AlignItems.lastBaseline;
1977
- bool isHorizontal = _isHorizontalFlexDirection;
1978
if (isHorizontal && isBaselineAlign) {
1979
// Distance from top to baseline of child
1980
double childAscent = _getChildAscent(child);
0 commit comments