backgroundType property

String? get backgroundType

the type of background. Possible values: gradient, tile.

Implementation

String? get backgroundType => _background?['type'];