AwesomeCircleWidget constructor
const
AwesomeCircleWidget({
- Key? key,
- double size = 50.0,
- required Widget child,
- AwesomeTheme? theme,
- double scale = 1.0,
Implementation
const AwesomeCircleWidget({
super.key,
this.size = 50.0,
required Widget this.child,
this.theme,
this.scale = 1.0,
}) : icon = null;