remove trailing spaces

This commit is contained in:
guidezpl 2022-01-31 20:12:39 +01:00
parent 6b6172a827
commit d3bffbef57

View file

@ -241,7 +241,7 @@ class ColorScheme with Diagnosticable {
/// Create a [ColorScheme] from the given `palette`.
///
/// Use this constructor to create a [ColorScheme] from the dynamic colors
/// Use this constructor to create a [ColorScheme] from the dynamic colors
/// obtained from the Android OS. See the [dynamic_color](https://pub.dev/packages/dynamic_color)
/// package for more information.
///
@ -254,7 +254,7 @@ class ColorScheme with Diagnosticable {
/// * <https://pub.dev/packages/material_color_utilities>, the package
/// used to convert a `CorePalette` to a [ColorScheme].
factory ColorScheme.fromCorePalette({
required CorePalette palette,
required CorePalette palette,
Brightness brightness = Brightness.light,
}) {
final Scheme scheme;