RTextFieldCommands constructor
const
RTextFieldCommands({
- VoidCallback? tapContainer,
- VoidCallback? tapLeading,
- VoidCallback? tapTrailing,
- VoidCallback? clearText,
Implementation
const RTextFieldCommands({
this.tapContainer,
this.tapLeading,
this.tapTrailing,
this.clearText,
});