reset method

void reset()

Implementation

void reset(){
  Future.microtask(() => ref.read(myKeyBoardHeight.notifier).state = 0.0);
}