ImageIconLabel constructor

const ImageIconLabel(
  1. Widget icon,
  2. String text, {
  3. Key? key,
  4. double? unscaledMinIncludeTextWidth,
})

Implementation

const ImageIconLabel(
  this.icon,
  this.text, {
  super.key,
  this.unscaledMinIncludeTextWidth,
});