title property

String get title

could be used for the scaffold appbar title

Implementation

String get title => currentData?.title ?? "root";