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