DeeplinklyPasteButton constructor
const
DeeplinklyPasteButton({
- Key? key,
- double width = 140,
- double height = 44,
- void onPasted(
- bool handled
- Widget? fallback,
- DeeplinklyPasteButtonDisplayMode displayMode = DeeplinklyPasteButtonDisplayMode.iconAndLabel,
- DeeplinklyPasteButtonCornerStyle cornerStyle = DeeplinklyPasteButtonCornerStyle.capsule,
- Color? backgroundColor,
- Color? foregroundColor,
Implementation
const DeeplinklyPasteButton({
super.key,
this.width = 140,
this.height = 44,
this.onPasted,
this.fallback,
this.displayMode = DeeplinklyPasteButtonDisplayMode.iconAndLabel,
this.cornerStyle = DeeplinklyPasteButtonCornerStyle.capsule,
this.backgroundColor,
this.foregroundColor,
});