icon property

Widget? icon
final

Specify the widget for the icon.

Use iconBuilder if you want to change the icon according to the value.

アイコンのウィジェットを指定します。

数値に応じてアイコンを変えたい場合はiconBuilderを使用してください。

Implementation

final Widget? icon;