fix(ui): analysis
This commit is contained in:
@@ -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,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user