SheetSettingStyles constructor

SheetSettingStyles({
  1. TextStyle? textStyle,
  2. Color? activeThumbColor,
  3. Color? activeTrackColor,
  4. Color? inactiveThumbColor,
  5. Color? inactiveTrackColor,
})

Implementation

SheetSettingStyles({
  this.textStyle,
  this.activeThumbColor,
  this.activeTrackColor,
  this.inactiveThumbColor,
  this.inactiveTrackColor,
});