| @@ -50,18 +50,14 @@ class _PlotDetailScreenState extends State<PlotDetailScreen> { | |||
| Expanded( | |||
| 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)) | |||
| ], | |||
| ), | |||
| ), | |||