titleMaxLength property

int get titleMaxLength

Implementation

int get titleMaxLength =>
    _titleMaxLength ??
    BaseAppBarConfigUtils.defaultAppBarConfig.titleMaxLength;