spaceAround constant
BoxAlignmentBase
const spaceAround
Distributes items with equal space around each item.
Implementation
static const BoxAlignmentBase spaceAround = BoxAlignmentSpacing.around();
Distributes items with equal space around each item.
static const BoxAlignmentBase spaceAround = BoxAlignmentSpacing.around();