mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix more analyzer warnings
This commit is contained in:
parent
6dc026bdac
commit
a43a34e901
@ -45,7 +45,7 @@ class ShrinkingCard extends AnimatedComponent {
|
||||
Function onUpdated;
|
||||
Function onCompleted;
|
||||
|
||||
double get currentHeight => (card.performance.variable as AnimatedType).value;
|
||||
double get currentHeight => (card.performance.variable as AnimatedValue).value;
|
||||
|
||||
void initState() {
|
||||
assert(card.performance != null);
|
||||
|
||||
@ -93,6 +93,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl
|
||||
}
|
||||
}
|
||||
|
||||
double _overflow;
|
||||
|
||||
void setupParentData(RenderBox child) {
|
||||
if (child.parentData is! FlexBoxParentData)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user