title property

Future<String?> title

The page's title.

Implementation

Future<String?> get title {
  return _secondaryWorld.title;
}