EzTextField constructor

EzTextField({
  1. Key? key,
})

Implementation

EzTextField({ Key? key }) : super(key: null);