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