Unverified Commit 3f8e77ed authored by Saed Nabil's avatar Saed Nabil Committed by GitHub

Remove shade50 getter from MaterialAccentColor (#93507)

parent 2719f65b
......@@ -71,9 +71,6 @@ class MaterialAccentColor extends ColorSwatch<int> {
const MaterialAccentColor(int primary, Map<int, Color> swatch) : super(primary, swatch);
/// The lightest shade.
Color get shade50 => this[50]!;
/// The second lightest shade.
Color get shade100 => this[100]!;
/// The default shade.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment