menu
devtools_app_shared package
documentation
ui.dart
ImageIconLabel
ImageIconLabel.new const constructor
ImageIconLabel.new const constructor
dark_mode
light_mode
ImageIconLabel
constructor
const
ImageIconLabel
(
Widget
icon
,
String
text
, {
Key
?
key
,
double
?
unscaledMinIncludeTextWidth
,
})
Implementation
const
ImageIconLabel(
this
.icon,
this
.text, {
super
.key,
this
.unscaledMinIncludeTextWidth, });
devtools_app_shared package
documentation
ui
ImageIconLabel
ImageIconLabel.new const constructor
ImageIconLabel class