mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 17:26:45 +08:00
withOpacity() -> withValues()
This commit is contained in:
@ -6,7 +6,7 @@ const kColorTransparent = Colors.transparent;
|
||||
const kColorWhite = Colors.white;
|
||||
const kColorBlack = Colors.black;
|
||||
const kColorRed = Colors.red;
|
||||
final kColorLightDanger = Colors.red.withOpacity(0.9);
|
||||
final kColorLightDanger = Colors.red.withValues(alpha: 0.9);
|
||||
const kColorDarkDanger = Color(0xffcf6679);
|
||||
|
||||
const kColorSchemeSeed = Colors.blue;
|
||||
|
Reference in New Issue
Block a user