TermosTapTarget constructor
const
TermosTapTarget({
- Key? key,
- required Widget child,
- VoidCallback? onTap,
- BorderRadius? borderRadius,
- bool enabled = true,
- DotGridController? controller,
- Color? primaryColor,
- double? blobRadius,
- Color? idleMeshColor,
- double? dotSize,
- double? gridSpacing,
- bool shrinkWrapWidth = false,
Implementation
const TermosTapTarget({
super.key,
required this.child,
this.onTap,
this.borderRadius,
this.enabled = true,
this.controller,
this.primaryColor,
this.blobRadius,
this.idleMeshColor,
this.dotSize,
this.gridSpacing,
this.shrinkWrapWidth = false,
});