name property
The icon name defined in the
Google Material Icon, for example,
check_box
.
Any invalid names are abandoned and replaced with empty string and results in the icon failing to render.
Implementation
core.String? name;
The icon name defined in the
Google Material Icon, for example,
check_box
.
Any invalid names are abandoned and replaced with empty string and results in the icon failing to render.
core.String? name;