Create an 'null' style, equivalent to Style(), but more performant.
(cls)
| 206 | |
| 207 | @classmethod |
| 208 | def null(cls) -> "Style": |
| 209 | """Create an 'null' style, equivalent to Style(), but more performant.""" |
| 210 | return NULL_STYLE |
| 211 | |
| 212 | @classmethod |
| 213 | def from_color( |
no outgoing calls