drip method

C drip(
  1. bool value
)

Implementation

C drip(bool value) {
  return patchState(MatexBaseCoreState(drip: value));
}