CustomTextView constructor

const CustomTextView({
  1. Key? key,
  2. required String licenseKey,
  3. required Function onTapFlash,
})

Implementation

const CustomTextView(
    {Key? key, required this.licenseKey, required this.onTapFlash})
    : super(key: key);