RTextFieldCommands constructor

const RTextFieldCommands({
  1. VoidCallback? tapContainer,
  2. VoidCallback? tapLeading,
  3. VoidCallback? tapTrailing,
  4. VoidCallback? clearText,
})

Implementation

const RTextFieldCommands({
  this.tapContainer,
  this.tapLeading,
  this.tapTrailing,
  this.clearText,
});