XTextWithLabel constructor

XTextWithLabel({
  1. String? label = "",
  2. dynamic text,
  3. TextStyle? styleLabel,
  4. TextStyle? styleText,
  5. Widget? child,
})

Implementation

XTextWithLabel({
  this.label = "",
  this.text,
  this.styleLabel,
  this.styleText,
  this.child,
});