const Line({ Key? key, this.color, this.height = 0.5, this.leftInset = 0, this.rightInset = 0, }) : super(key: key);