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