mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
Update padding fix
This commit is contained in:
@@ -64,6 +64,11 @@ const kPs0o6 = EdgeInsets.only(
|
||||
right: 6,
|
||||
bottom: 6,
|
||||
);
|
||||
const kPh6b12 = EdgeInsets.only(
|
||||
left: 6.0,
|
||||
right: 6.0,
|
||||
bottom: 12.0,
|
||||
);
|
||||
const kPh60 = EdgeInsets.symmetric(horizontal: 60);
|
||||
const kPh60v60 = EdgeInsets.symmetric(vertical: 60, horizontal: 60);
|
||||
const kPt24l4 = EdgeInsets.only(
|
||||
|
||||
Reference in New Issue
Block a user