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