AutoSizeTextCircleAvatar constructor

const AutoSizeTextCircleAvatar(
  1. String? url, {
  2. Key? key,
  3. double size = 38,
  4. String defaultText = '',
  5. Color backgroundColor = Colors.blueAccent,
})

Implementation

const AutoSizeTextCircleAvatar(this.url, {Key? key, this.size = 38, this.defaultText = '', this.backgroundColor = Colors.blueAccent}) : super(key: key);