FluttermojiCircleAvatar constructor

FluttermojiCircleAvatar({
  1. Key? key,
  2. double radius = 75.0,
  3. Color? backgroundColor,
})

Implementation

FluttermojiCircleAvatar({Key? key, this.radius = 75.0, this.backgroundColor})
    : super(key: key);