RoundedBorderedBox constructor

const RoundedBorderedBox({
  1. Key? key,
  2. TextInputType? keyboardType,
})

Implementation

const RoundedBorderedBox({
  super.key,
  this.keyboardType,
});