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