widget method

Widget widget(
  1. BuildContext context
)
override

Implementation

widget(context) => Icon(
      icon,
      size: size,
      color: color,
      semanticLabel: semanticLabel,
      textDirection: textDirection,
    );