onTitle method

String onTitle()
inherited

Returns the App's title if any.

Implementation

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