HorizontalSpacer constructor

const HorizontalSpacer({
  1. Key? key,
  2. double width = SizesCommon.spacerWidth,
})

Implementation

const HorizontalSpacer({super.key, double super.width = SizesCommon.spacerWidth});