inputDecoration property

InputDecoration? inputDecoration
final

Password validation is given at the bottom which can be modified accordingly. Full package can be modified easily Input decoration of Text field by default it is OutlineInputBorder

Implementation

/// Input decoration of Text field by default it is OutlineInputBorder
final InputDecoration? inputDecoration;