background property

Rx<Uint8List?> get background

Returns the Uint8List of the background.

Implementation

Rx<Uint8List?> get background => _settingsRepository.background;