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