SIQProgressButtonTheme constructor

SIQProgressButtonTheme({
  1. String? backgroundColor,
  2. String? tintColor,
})

Implementation

SIQProgressButtonTheme({
  this.backgroundColor,
  this.tintColor,
});