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