menu
iconoir_flutter package
documentation
display_4_k.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({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
display_4_k
Display4K
Display4K.new const constructor
Display4K class