assert(TextStyle(Color.same, Color.green) == Color.green.background); assert(TextStyle().bg(Color.green) == background(Color.green));
See Implementation