Interface AttributesWidget

All Superinterfaces:
SingleChildWidget, Widget
All Known Implementing Classes:
MultiChildAttributesWidget

public interface AttributesWidget extends SingleChildWidget
A marker interface for a widget whose sole purpose is to wrap another widget with some attributes that may be used by another widget in the tree. Currently, it is intended for access only by immediate parents, although there is no technical limitation to other uses.