SkinToneConfig constructor

const SkinToneConfig({
  1. bool enabled = true,
  2. Color dialogBackgroundColor = Colors.white,
  3. Color indicatorColor = Colors.grey,
})

Constructor

Implementation

const SkinToneConfig({
  this.enabled = true,
  this.dialogBackgroundColor = Colors.white,
  this.indicatorColor = Colors.grey,
});