ButtonLoadingView constructor

const ButtonLoadingView({
  1. Key? key,
  2. double? height,
  3. double? width,
  4. double? strokeWidth,
})

Implementation

const ButtonLoadingView(
    {super.key, this.height, this.width, this.strokeWidth});