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