verticalSpaceSmall top-level property

Widget verticalSpaceSmall
final

Vertical space with height: 10.0

Implementation

final Widget verticalSpaceSmall = SizedBox(height: 10.0);