opacity top-level constant
Implementation
const Map<String, dynamic> opacity = {
"0": "0.0",
"10": "0.1",
"15": "0.15",
"20": "0.2",
"25": "0.25",
"30": "0.3",
"35": "0.35",
"40": "0.4",
"45": "0.45",
"50": "0.5",
"55": "0.55",
"60": "0.6",
"65": "0.65",
"70": "0.7",
"75": "0.75",
"80": "0.8",
"85": "0.85",
"90": "0.9",
"95": "0.95",
"100": "1.0",
};