Widget toLine(Color color, {double? width}) { return Container( color: color, height: w, width: width ?? double.infinity, ); }