showToolbar property

bool showToolbar

Implementation

bool get showToolbar =>
    title?.isNotEmpty == true ||
    customTitle != null ||
    action?.isNotEmpty == true ||
    actions?.isNotEmpty == true ||
    leadingAction != null;