fill property

ActorFill? fill

Implementation

ActorFill? get fill => _fills.isNotEmpty ? _fills.first : null;