Remove shade50 getter from MaterialAccentColor (#93507)

This commit is contained in:
Saed Nabil 2021-11-17 00:53:05 +02:00 committed by GitHub
parent 2719f65bd3
commit 3f8e77ed17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,9 +71,6 @@ class MaterialAccentColor extends ColorSwatch<int> {
const MaterialAccentColor(int primary, Map<int, Color> swatch) : super(primary, swatch); const MaterialAccentColor(int primary, Map<int, Color> swatch) : super(primary, swatch);
/// The lightest shade. /// The lightest shade.
Color get shade50 => this[50]!;
/// The second lightest shade.
Color get shade100 => this[100]!; Color get shade100 => this[100]!;
/// The default shade. /// The default shade.