Style constructor

Style({
  1. required AvatarStyle avatarStyle,
})

Implementation

Style({
  required this.avatarStyle,
});