onTitle method

String onTitle()

Returns the App's title if any.

Implementation

String onTitle() => inTitle != null ? inTitle!() : title ?? '';