RoundImage constructor

const RoundImage({
  1. Key? key,
  2. required double size,
  3. String networkSrc = 'https://dss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1091405991,859863778&fm=26&gp=0.jpg',
})

Implementation

const RoundImage({
  Key? key,
  required this.size,
  this.networkSrc =
      'https://dss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1091405991,859863778&fm=26&gp=0.jpg',
}) : super(key: key);