menu
iconoir_flutter package
documentation
regular/profile_circle.dart
ProfileCircle
ProfileCircle const constructor
ProfileCircle const constructor
dark_mode
light_mode
ProfileCircle
constructor
const
ProfileCircle
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const ProfileCircle({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/profile_circle
ProfileCircle
ProfileCircle const constructor
ProfileCircle class