CustomTranslatorButtonField constructor

const CustomTranslatorButtonField(
  1. String label, {
  2. required VoidCallback? onPress,
  3. double? width,
  4. double? height,
  5. Widget? icon,
  6. double? borderRadius,
  7. Color? bgcolor,
  8. TextStyle? style,
  9. bool isTranslator = true,
})

Implementation

const CustomTranslatorButtonField(this.label, {required this.onPress, this.width, this.height, this.icon, this.borderRadius, this.bgcolor, this.style, this.isTranslator = true}) : super();