CyberLanguageSwitch constructor

const CyberLanguageSwitch({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. EdgeInsetsGeometry? padding,
  5. Color? activeColor,
  6. Color? inactiveColor,
  7. TextStyle? textStyle,
  8. bool showIcon = true,
  9. bool showText = true,
})

Implementation

const CyberLanguageSwitch({
  super.key,
  this.width,
  this.height,
  this.padding,
  this.activeColor,
  this.inactiveColor,
  this.textStyle,
  this.showIcon = true,
  this.showText = true,
});