Update measurements.dart

This commit is contained in:
Ashita Prasad
2025-05-10 00:42:42 +05:30
parent 8d06fc4cd0
commit ce219ddd42

View File

@@ -53,6 +53,11 @@ const kPh20t40 = EdgeInsets.only(
right: 20, right: 20,
top: 40, top: 40,
); );
const kPh10t10 = EdgeInsets.only(
left: 10,
right: 10,
top: 10,
);
const kPs0o6 = EdgeInsets.only( const kPs0o6 = EdgeInsets.only(
left: 0, left: 0,
top: 6, top: 6,