menu
omegainc_lib package
documentation
widgets/ui/financial/omega.creditcard.widget.dart
MaskedTextController
updateText method
updateText method
dark_mode
light_mode
updateText
method
void
updateText
(
String
text
)
Implementation
void
updateText(
String
text) {
this
.text = _applyMask(mask, text); _lastUpdatedText =
this
.text; }
omegainc_lib package
documentation
widgets/ui/financial/omega.creditcard.widget
MaskedTextController
updateText method
MaskedTextController class