fix: spacing.
This commit is contained in:
@@ -15,7 +15,7 @@ class ConnectionLine extends StatelessWidget {
|
|||||||
return SizedBox(
|
return SizedBox(
|
||||||
width: context.widthFactor(
|
width: context.widthFactor(
|
||||||
mobileFactor: 0.25,
|
mobileFactor: 0.25,
|
||||||
largeScreenFactor: 0.25,
|
largeScreenFactor: 0.125,
|
||||||
),
|
),
|
||||||
child: Flex(
|
child: Flex(
|
||||||
direction: Axis.horizontal,
|
direction: Axis.horizontal,
|
||||||
|
|||||||
Reference in New Issue
Block a user