SIQSkipActionButtonTheme constructor

SIQSkipActionButtonTheme({
  1. String? textColor,
  2. String? borderColor,
  3. String? backgroundColor,
  4. double? cornerRadius,
})

Implementation

SIQSkipActionButtonTheme({
  this.textColor,
  this.borderColor,
  this.backgroundColor,
  this.cornerRadius,
});