menu
iconoir_flutter package
documentation
check.dart
Check
Check.new const constructor
Check.new const constructor
dark_mode
light_mode
Check
constructor
const
Check
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Check({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
check
Check
Check.new const constructor
Check class