menu
devtools_app_shared package
documentation
ui.dart
ImageIconLabel
ImageIconLabel const constructor
ImageIconLabel 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 const constructor
ImageIconLabel class