WatchSettings constructor

WatchSettings({
  1. String? backgroundColor,
  2. String? featuredPlaylistId,
  3. String? textColor,
})

Implementation

WatchSettings({
  this.backgroundColor,
  this.featuredPlaylistId,
  this.textColor,
});