onDebugShowCheckedModeBanner method

bool onDebugShowCheckedModeBanner()

Returns 'Show Debug Banner' boolean indicator if any.

Implementation

// ignore: avoid_bool_literals_in_conditional_expressions
bool onDebugShowCheckedModeBanner() => inDebugShowCheckedModeBanner != null
    ? inDebugShowCheckedModeBanner!()
    : true;