attributeIcons property

List<String> attributeIcons
final

List of icons that are rendered in the bottom row, indicating the attributes available to modify.

Overrides the default icons specified in defaultAttributeIcons

Length of attributeIcons must be 11

Ensure that the path to the icons is valid and that the resources are included as an asset in pubspec.yaml.

Only SVG files are supported as of now.

Implementation

final List<String> attributeIcons;