HorLine constructor

const HorLine({
  1. Key? key,
  2. double? margin,
})

Implementation

const HorLine({super.key, this.margin});