fix(ui): analysis

This commit is contained in:
Salvatore Giordano
2021-10-12 14:58:19 +02:00
parent 239b3ccded
commit c58f937b20
@@ -118,8 +118,11 @@ class MessageListViewThemeData with Diagnosticable {
properties
..add(ColorProperty('backgroundColor', backgroundColor))
..add(
DiagnosticsProperty<DecorationImage>('backgroundImage', backgroundImage,
defaultValue: null),
DiagnosticsProperty<DecorationImage>(
'backgroundImage',
backgroundImage,
defaultValue: null,
),
);
}
}