CustomTextTag constructor

const CustomTextTag({
  1. Key? key,
  2. required String text,
})

Implementation

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