DrawerContentTimePickerParams.withoutButton constructor
DrawerContentTimePickerParams.withoutButton({})
Implementation
DrawerContentTimePickerParams.withoutButton({
required this.onChange,
this.initValueHour,
this.initValueMinute,
this.initValueSecond,
this.overlayColor,
}) : buttonOnTap = null,
buttonText = null,
buttonStyle = null,
isUseButton = false;