admin管理员组

文章数量:1123083

I am using Flutter on Windows 11. I am getting the unbounded error. How to address the error?

My code:

SizedBox(width: 1000,height: MediaQuery.of(context).size.height,child: LayoutBuilder(builder: (context, constraints) {
         return SingleChildScrollView(child: DataTable2(fixedTopRows: 1,dataRowHeight: 50,showCheckboxColumn: false,border: TableBorder.all(width: 1.0),columns: myColumns,rows: myRows));
    }));

本文标签: