YJTextWidget constructor

const YJTextWidget(
  1. String text, {
  2. TextStyle textStyle = const TextStyle(color: Colors.black, fontSize: 16),
  3. YJClickCallBack? clickCallBack,
})

Implementation

const YJTextWidget(
  this.text, {
  this.textStyle = const TextStyle(color: Colors.black, fontSize: 16),
  this.clickCallBack,
});