patternRGB property

RegExp patternRGB
final

Implementation

static final RegExp patternRGB = RegExp(
    r'^\s*(rgba?)\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)\s*$',
    multiLine: false);