show method

void show({
  1. int from = 0,
})

Implementation

void show({int from = 0}) {
  value = GuidingValue.custom(
    visible: true,
    step: from,
  );
}