mirror of
https://github.com/foss42/apidash.git
synced 2025-05-30 13:27:09 +08:00
Add kHSpacer12
This commit is contained in:
@ -148,6 +148,7 @@ const kPb70 = EdgeInsets.only(
|
|||||||
const kHSpacer4 = SizedBox(width: 4);
|
const kHSpacer4 = SizedBox(width: 4);
|
||||||
const kHSpacer5 = SizedBox(width: 5);
|
const kHSpacer5 = SizedBox(width: 5);
|
||||||
const kHSpacer10 = SizedBox(width: 10);
|
const kHSpacer10 = SizedBox(width: 10);
|
||||||
|
const kHSpacer12 = SizedBox(width: 12);
|
||||||
const kHSpacer20 = SizedBox(width: 20);
|
const kHSpacer20 = SizedBox(width: 20);
|
||||||
const kHSpacer40 = SizedBox(width: 40);
|
const kHSpacer40 = SizedBox(width: 40);
|
||||||
const kVSpacer5 = SizedBox(height: 5);
|
const kVSpacer5 = SizedBox(height: 5);
|
||||||
|
@ -28,7 +28,7 @@ class SidebarHeader extends ConsumerWidget {
|
|||||||
style: kTextStyleButton,
|
style: kTextStyleButton,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 12),
|
kHSpacer12,
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
onPressed: onImport,
|
onPressed: onImport,
|
||||||
style: kButtonSidebarStyle,
|
style: kButtonSidebarStyle,
|
||||||
|
Reference in New Issue
Block a user