We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug raise this exception
creator: Align ← ListTileTheme ← DrawerController-[LabeledGlobalKey<DrawerControllerState>#a3ff9] ← MediaQuery ← LayoutId-[<_ScaffoldSlot.drawer>] ← CustomMultiChildLayout ← AnimatedBuilder ← DefaultTextStyle ← AnimatedDefaultTextStyle ← _InkFeatures-[GlobalKey#9cb2d ink renderer] ← NotificationListener<LayoutChangedNotification> ← PhysicalModel ← ⋯ parentData: offset=Offset(0.0, 0.0); id=_ScaffoldSlot.drawer constraints: MISSING size: MISSING alignment: AlignmentDirectional.centerStart textDirection: ltr widthFactor: expand heightFactor: expand
The text was updated successfully, but these errors were encountered:
Describe the bug raise this exception creator: Align ← ListTileTheme ← DrawerController-[LabeledGlobalKey<DrawerControllerState>#a3ff9] ← MediaQuery ← LayoutId-[<_ScaffoldSlot.drawer>] ← CustomMultiChildLayout ← AnimatedBuilder ← DefaultTextStyle ← AnimatedDefaultTextStyle ← _InkFeatures-[GlobalKey#9cb2d ink renderer] ← NotificationListener<LayoutChangedNotification> ← PhysicalModel ← ⋯ parentData: offset=Offset(0.0, 0.0); id=_ScaffoldSlot.drawer constraints: MISSING size: MISSING alignment: AlignmentDirectional.centerStart textDirection: ltr widthFactor: expand heightFactor: expand
This may be the problem of data_tabel2, modify recent_ Files file, the height of sizedbox outside datatable2, maybe height: 400
SizedBox( width: double.infinity, height: 400, // <-------------------- add this child: DataTable2( columnSpacing: defaultPadding, minWidth: 600, columns: [ DataColumn( label: Text("File Name"), ), DataColumn( label: Text("Date"), ), DataColumn( label: Text("Size"), ), ], rows: List.generate( demoRecentFiles.length, (index) => recentFileDataRow(demoRecentFiles[index]), ), ), ),
Sorry, something went wrong.
No branches or pull requests
Describe the bug
raise this exception
The text was updated successfully, but these errors were encountered: