InputTextContent constructor

const InputTextContent({
  1. required String text,
})

Implementation

const InputTextContent({required this.text});