| Expanded( | Expanded( | ||||
| child: SizedBox(), | child: SizedBox(), | ||||
| ), | ), | ||||
| Row( | |||||
| children: [ | |||||
| Text('Mã lô: ${code ?? ''}', | |||||
| style: TextStyle(color: Colors.grey)), | |||||
| SizedBox( | |||||
| width: 16, | |||||
| ), | |||||
| Text( | |||||
| 'Diện tích: ${areaM2.formatNumtoStringDecimal() ?? '0'} m\u00B2', | |||||
| style: TextStyle(color: Colors.grey)) | |||||
| ], | |||||
| ) | |||||
| Text( | |||||
| 'Mã lô: ${code ?? ''}', | |||||
| style: TextStyle(color: Colors.grey), | |||||
| overflow: TextOverflow.clip, | |||||
| ), | |||||
| Text( | |||||
| 'Diện tích: ${areaM2.formatNumtoStringDecimal() ?? '0'} m\u00B2', | |||||
| style: TextStyle(color: Colors.grey)) | |||||
| ], | ], | ||||
| ), | ), | ||||
| ), | ), |