TimeInputFormatter constructor

TimeInputFormatter({
  1. bool isUtc = true,
  2. bool showLocalIndicator = false,
  3. bool enableDebugLogs = false,
})

Implementation

TimeInputFormatter({
  this.isUtc = true,
  this.showLocalIndicator = false,
  this.enableDebugLogs = false,
});