content property

Widget get content

Implementation

Widget get content {
  ActorContent ac = customActorContent ?? ActorContent();
  return ac.build(this, widget.actor);
}