HSpace constructor

const HSpace({
  1. Key? key,
  2. double factor = 1,
})

Implementation

const HSpace({Key? key, this.factor = 1}) : super(key: key);