decoration property
The item's decoration.
An FItem is considered tappable if FItem.onPress or FItem.onLongPress is not null.
The supported states if the item is tappable:
The supported states if the item is untappable:
Implementation
@override
final FWidgetStateMap<BoxDecoration?> decoration;