update shipment info

This commit is contained in:
tzw
2024-01-30 17:47:17 +06:30
parent 9d72fbf694
commit a902a7bce5
4 changed files with 65 additions and 70 deletions

View File

@@ -8,6 +8,7 @@ const buttonColor = const Color(0xFFFFFFFF);
const buttonBkColor = const Color(0xFF268944);
const labelColor = const Color(0xFF757575);
var dividerColor = Colors.grey.shade400;
const dangerColor= const Color(0xffff0606);
const TextStyle labelStyle =
TextStyle(fontSize: 20, color: labelColor, fontWeight: FontWeight.w500);