CraftDText constructor

const CraftDText({
  1. Key? key,
  2. required TextProperties textProperties,
  3. VoidCallback? callback,
})

Implementation

const CraftDText({super.key, required this.textProperties, this.callback});