ButtonPart constructor

const ButtonPart({
  1. Key? key,
  2. double? height,
  3. double? width,
  4. VoidCallback? onTap,
  5. Widget? child,
})

Implementation

const ButtonPart(
    {super.key, this.height, this.width, this.onTap, this.child});