Travellerfield constructor

Travellerfield({
  1. Key? key,
  2. Color? textColor,
  3. FontWeight? fontWeight,
  4. bool showAsDropDownUi = false,
})

Implementation

Travellerfield({super.key, this.textColor, this.fontWeight, this.showAsDropDownUi=false});