ProfilePlatformIndicator constructor

ProfilePlatformIndicator({
  1. Key? key,
  2. String? platform,
  3. String? profilePicture,
})

Implementation

ProfilePlatformIndicator({
  Key? key,
  this.platform,
  this.profilePicture,
}) : super(key: key);