Text background(Color color) { return copyWith( style: style.copyWith(background: Paint()..color = color), ); }