remove print
This commit is contained in:
@@ -68,7 +68,7 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
|||||||
if (widget.pullDownToRefresh == true) {
|
if (widget.pullDownToRefresh == true) {
|
||||||
return LayoutBuilder(builder: (context, BoxConstraints constraints) {
|
return LayoutBuilder(builder: (context, BoxConstraints constraints) {
|
||||||
double newheight = constraints.maxHeight;
|
double newheight = constraints.maxHeight;
|
||||||
print(newheight);
|
//print(newheight);
|
||||||
return RefreshIndicator(
|
return RefreshIndicator(
|
||||||
onRefresh: widget.onPullDown,
|
onRefresh: widget.onPullDown,
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
|
|||||||
Reference in New Issue
Block a user