ButtonPart constructor
const
ButtonPart({
- Key? key,
- double? height,
- double? width,
- VoidCallback? onTap,
- Widget? child,
Implementation
const ButtonPart(
{super.key, this.height, this.width, this.onTap, this.child});