ZwapCopyFieldWidget class

This components show a read only field with a "Copy" action button

showToast decide if a toast should be showed on user copy button click

copyText, if provided, override the standard "Copy" text inside copy button

toastMessage, if provided, override the standard "Copied" text inside the toast

Other fields will be added in the future when needed (such as: text style, background color button icon)

Inheritance

Constructors

ZwapCopyFieldWidget({required String content, String? copyText, String? toastMessage, bool showToast = true, dynamic onCopy()?, String? overrideText()?, double? height, double? radius, ZwapTextType? textType, ZwapTextType? buttonType, Key? key})
const

Properties

buttonType ZwapTextType?
final
content String
final
copyText String?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onCopy → (dynamic Function()?)
final
overrideText → (String? Function()?)
If provided and the returned value is not null the returned string will be used instead of content
final
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showToast bool
final
textType ZwapTextType?
final
toastMessage String?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited