hslPattern top-level property

RegExp hslPattern
final

Implementation

final hslPattern = RegExp(r'^hsl\((\d+),(\d+)%,(\d+)%\)$');