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