NeoValueTextWidget constructor

const NeoValueTextWidget({
  1. Key? key,
  2. DartBlockValue? neoValue,
})

Implementation

const NeoValueTextWidget({super.key, this.neoValue});