mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
Update measurements.dart
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user