Merge branch 'main_latest_merged' into zaid_development_new

main_design2.0
zaid_daoud 2 years ago
commit 0828307518

@ -13,6 +13,7 @@ class DeviceTransferItem extends StatelessWidget {
final int index;
final DeviceTransfer item;
final Function(DeviceTransfer) onPressed;
const DeviceTransferItem({Key key, this.item, this.onPressed, this.index}) : super(key: key);
@override
@ -59,6 +60,13 @@ class DeviceTransferItem extends StatelessWidget {
Divider(
color: onItemColor,
),
Text(
item.device.assetName ?? "",
style: Theme.of(context).textTheme.headline6.copyWith(color: onItemColor, fontSize: 16, fontWeight: FontWeight.bold),
),
Divider(
color: onItemColor,
),
Row(
children: [
Expanded(

Loading…
Cancel
Save