FeedbackPhotoCardWidget constructor
FeedbackPhotoCardWidget({
- required PhotoCard photoCard,
- required double cardHeight,
- required double cardWidth,
- required bool hideCenterButton,
- required bool hideTitleText,
- required bool hideDescriptionText,
- required BoxFit imageScaleType,
- required Color? imageBackgroundColor,
- required FeedbackPhotoCardValueNotifier feedbackPhotoCardValueNotifier,
- IconData? leftButtonIcon,
- IconData? centerButtonIcon,
- IconData? rightButtonIcon,
- Color? leftButtonIconColor,
- Color? leftButtonBackgroundColor,
- Color? centerButtonIconColor,
- Color? centerButtonBackgroundColor,
- Color? rightButtonIconColor,
- Color? rightButtonBackgroundColor,
- Key? key,
Implementation
FeedbackPhotoCardWidget({
required this.photoCard,
required this.cardHeight,
required this.cardWidth,
required this.hideCenterButton,
required this.hideTitleText,
required this.hideDescriptionText,
required this.imageScaleType,
required this.imageBackgroundColor,
required this.feedbackPhotoCardValueNotifier,
this.leftButtonIcon,
this.centerButtonIcon,
this.rightButtonIcon,
this.leftButtonIconColor,
this.leftButtonBackgroundColor,
this.centerButtonIconColor,
this.centerButtonBackgroundColor,
this.rightButtonIconColor,
this.rightButtonBackgroundColor,
Key? key,
}) : super(key: key);