MirrorFlyView constructor
const
MirrorFlyView({
- Key? key,
- @Deprecated("This field is not used and handled internally") bool mirror = true,
- ScalingType scalingType = ScalingType.scaleAspectFILL,
- AlignmentType alignmentType = AlignmentType.TopLeft,
- Color? viewBgColor,
- bool? alignProfilePictureCenter = true,
- int? profileSize = 80,
- bool? hideProfileView = false,
- required String userJid,
- bool? showSpeakingRipple = false,
- dynamic onClick()?,
Constructor for the MirrorFlyView class.
Implementation
const MirrorFlyView(
{Key? key,
@Deprecated("This field is not used and handled internally")
this.mirror = true,
this.scalingType = ScalingType.scaleAspectFILL,
this.alignmentType = AlignmentType.TopLeft,
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);