fill property

ActorFill? get fill

Implementation

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