decoration property

  1. @override
FWidgetStateMap<BoxDecoration?> decoration
final

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;