spacingWidget property

Widget spacingWidget

Implementation

Widget get spacingWidget => SizedBox(
    width: direction == Axis.horizontal ? spacing : 0,
    height: direction == Axis.vertical ? spacing : 0);