mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 16:59:40 +00:00
use DataCellWidget
This commit is contained in:
@ -41,12 +41,9 @@ class TableOfBookableSpacesWidget extends StatelessWidget {
|
|||||||
title: space.spaceName,
|
title: space.spaceName,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
DataCell(Padding(
|
DataCell(DataCellWidget(
|
||||||
padding: const EdgeInsetsGeometry.only(left: 10),
|
title: space.spaceVirtualAddress,
|
||||||
child: Text(
|
)),
|
||||||
space.spaceVirtualAddress,
|
|
||||||
style: const TextStyle(fontSize: 11),
|
|
||||||
))),
|
|
||||||
DataCell(Container(
|
DataCell(Container(
|
||||||
padding: const EdgeInsetsGeometry.only(left: 10),
|
padding: const EdgeInsetsGeometry.only(left: 10),
|
||||||
width: 200,
|
width: 200,
|
||||||
|
Reference in New Issue
Block a user