test: create tests for AvatarThemeData

This commit is contained in:
groovinchip
2021-07-27 10:47:01 -04:00
parent f90fd713c2
commit 66ea5557e8
2 changed files with 51 additions and 1 deletions
@@ -56,7 +56,7 @@ class AvatarTheme extends InheritedTheme {
/// the default style for [UserAvatar]s below the overall [StreamChatTheme].
class AvatarThemeData with Diagnosticable {
/// Creates an [AvatarThemeData].
AvatarThemeData({
const AvatarThemeData({
BoxConstraints? constraints,
BorderRadius? borderRadius,
}) : _constraints = constraints,