StyledIcon constructor

const StyledIcon(
  1. IconData? icon, {
  2. String? semanticLabel,
  3. Style? style,
  4. Key? key,
  5. bool inherit = true,
  6. TextDirection? textDirection,
  7. List<Type> orderOfModifiers = const [],
})

Implementation

const StyledIcon(
  this.icon, {
  this.semanticLabel,
  super.style,
  super.key,
  super.inherit = true,
  this.textDirection,
  super.orderOfModifiers = const [],
});