Widget line({height = 1.0, Color? color}) => Divider(height: height, color: color, thickness: height);