IconSpecWidget constructor

const IconSpecWidget(
  1. IconData? icon, {
  2. IconSpec? spec,
  3. String? semanticLabel,
  4. Key? key,
  5. TextDirection? textDirection,
  6. List<Type> modifierOrder = const [],
})

Implementation

const IconSpecWidget(
  this.icon, {
  this.spec,
  this.semanticLabel,
  super.key,
  this.textDirection,
  this.modifierOrder = const [],
});