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