slotBackgroundBuilder property

SlotBackgroundBuilder<T>? slotBackgroundBuilder
final

If slotBackgroundBuilder is not null, the background of the slots is drawn with the SlotBackgroundBuilder.build method.

The SlotBackgroundBuilder.build method is called for each slot that is visible on the screen and in the cache area.

Implementation

final SlotBackgroundBuilder<T>? slotBackgroundBuilder;