EditGreyText constructor

const EditGreyText(
  1. Ref<String> txt, {
  2. Key? key,
})

Implementation

const EditGreyText(this.txt, {Key? key}) : super(key: key);