forked from lxm_flutter/FlutterUnit
📝 替换项目中的所有var
This commit is contained in:
@@ -98,10 +98,10 @@ class _OffSetDelegate extends SingleChildLayoutDelegate {
|
||||
|
||||
@override
|
||||
Offset getPositionForChild(Size size, Size childSize) {
|
||||
var w = size.width;
|
||||
var h = size.height;
|
||||
var wc = childSize.width;
|
||||
var hc = childSize.height;
|
||||
double w = size.width;
|
||||
double h = size.height;
|
||||
double wc = childSize.width;
|
||||
double hc = childSize.height;
|
||||
|
||||
switch (direction) {
|
||||
case Direction.topLeft:
|
||||
|
||||
Reference in New Issue
Block a user