addFill method

void addFill(
  1. ActorFill fill
)

Implementation

void addFill(ActorFill fill) {
  _fills.add(fill);
}