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
Constructors
new
Properties
hashCode
icon
key
runtimeType
text
unscaledMinIncludeTextWidth
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==