CustomTextTag constructor

const CustomTextTag({
  1. Key? key,
  2. String? text,
  3. String? status,
  4. double? width,
  5. double? height,
})

Implementation

const CustomTextTag({Key? key, this.text, this.status,this.width,this.height}) : super(key: key);