CyberLanguageSelector constructor

const CyberLanguageSelector({
  1. Key? key,
  2. String? title,
  3. TextStyle? titleStyle,
  4. TextStyle? optionStyle,
  5. Color? backgroundColor,
  6. BorderRadius? borderRadius,
})

Implementation

const CyberLanguageSelector({
  super.key,
  this.title,
  this.titleStyle,
  this.optionStyle,
  this.backgroundColor,
  this.borderRadius,
});