background property

  1. @override
Rx<Uint8List?> background
final

Returns the stored Uint8List of the background.

Implementation

@override
final Rx<Uint8List?> background = Rx(null);