TextFormFieldType module

class TextFormFieldType.TextFormFieldType(value)

Bases: Enum

Specifies the type of a text form field.

Calculation = 5
CurrentDate = 3
CurrentTime = 4
DateText = 2
NumberText = 1
RegularText = 0