Disabled constructor
Disabled({})
Implementation
Disabled({
required this.child,
this.disabled = false,
this.noGrayScale = false,
this.overrideTap = true,
this.onInteractionAttempt,
});
Disabled({
required this.child,
this.disabled = false,
this.noGrayScale = false,
this.overrideTap = true,
this.onInteractionAttempt,
});