showLastUnreadButton property

ValueNotifier<bool> showLastUnreadButton
getter/setter pair

last read message state fields

Implementation

ValueNotifier<bool> showLastUnreadButton = ValueNotifier<bool>(false);