NxImage constructor
const
NxImage({})
Implementation
const NxImage({
Key? key,
this.image,
this.borderColor = Colors.transparent,
this.borderSize = 0,
this.radius = 0,
this.size = 60
}) : super(key: key);