backgroundColor property

  1. @Deprecated('backgroundColor is deprecated, has no effect, and will be removed in a future version.')
Color backgroundColor
final

Background color of the SiriWave.

Defaults to Colors.black.

Implementation

@Deprecated(
    'backgroundColor is deprecated, has no effect, and will be removed in a future version.')
final Color backgroundColor;