What is the idiomatic way to limit input in a Flutter TextField only to these values which match the regexp ^[0-9]+(\.[0-9]+)$?
What is the idiomatic way to limit input in a Flutter TextField only to these values which match the regexp ^[0-9]+(\.[0-9]+)$?