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 properties
..add(ColorProperty('backgroundColor', backgroundColor)) ..add(ColorProperty('backgroundColor', backgroundColor))
..add( ..add(
DiagnosticsProperty<DecorationImage>('backgroundImage', backgroundImage, DiagnosticsProperty<DecorationImage>(
defaultValue: null), 'backgroundImage',
backgroundImage,
defaultValue: null,
),
); );
} }
} }