Closed ezzabuzaid closed 3 years ago
Hello,
I noticed that styling DateTimeFormField using textStyle applied to both label and the value of the field
textStyle
label
I would suggest removing the label property since we can label the field using InputDecoration.
InputDecoration
moreover, It will make more sense to remove the ripple from the field so the form can look consistent.
Thank you
Fixed!
Hello,
I noticed that styling DateTimeFormField using
textStyle
applied to bothlabel
and the value of the fieldI would suggest removing the
label
property since we can label the field usingInputDecoration
.moreover, It will make more sense to remove the ripple from the field so the form can look consistent.
Thank you