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