ActorLine constructor

const ActorLine({
  1. Key? key,
  2. required ProfileView actor,
})

Implementation

const ActorLine({Key? key, required this.actor}) : super(key: key);