TextFeildPlain constructor

const TextFeildPlain({
  1. Key? key,
  2. required Widget child,
})

Implementation

const TextFeildPlain({
  Key? key,
  required this.child,
}) : super(key: key);