MirrorFlyView constructor
const
MirrorFlyView({})
Constructor for the MirrorFlyView class.
Implementation
const MirrorFlyView(
{Key? key,
this.mirror = true,
this.scalingType = ScalingType.scaleAspectFILL,
this.viewBgColor,
this.alignProfilePictureCenter = true,
// this.horizontalGravity = HorizontalGravity.center,
// this.profileview,
this.profileSize = 80,
this.hideProfileView = false,
required this.userJid,
this.showSpeakingRipple = false,
this.onClick})
: super(key: key);