height method

SpinnerPopScope height([
  1. double scale = 0.7
])

快速构建 PopupBtns builder 数组集

Implementation

SpinnerPopScope height([double scale = 0.7]) {
  return SpinnerPopScope(child: this, scale: scale);
}