ProfilePictureGeneralFrameworkWidget constructor
const
ProfilePictureGeneralFrameworkWidget({
- Key? key,
- ColorFilter? colorFilter,
- bool isLoading = false,
- void onError(
- Object e,
- StackTrace? stackTrace
- Color? color,
- EdgeInsetsGeometry? margin,
- bool isUseShadow = true,
- bool isWithBorder = false,
- required dynamic pathImage,
- required double width,
- required double height,
- String nick_name = "-",
- BorderRadiusGeometry? borderRadius,
- void onLongPress()?,
- void onHighlightChanged(
- bool data
- Widget errorBuilder(
- BuildContext context,
- Object error,
- StackTrace? stackTrace
- required void onPressed()?,
UncompleteDocumentation
Implementation
const ProfilePictureGeneralFrameworkWidget({
super.key,
this.colorFilter,
this.isLoading = false,
this.onError,
this.color,
this.margin,
this.isUseShadow = true,
this.isWithBorder = false,
required this.pathImage,
required this.width,
required this.height,
this.nick_name = "-",
this.borderRadius,
this.onLongPress,
this.onHighlightChanged,
this.errorBuilder,
required this.onPressed,
});