TNETCreditCard class

#endregion #region Class TNETCreditCard extends StatefulWidget TNETCreditCard is a clickable container for testing purpose

Inheritance

Constructors

TNETCreditCard({Key? key, double? width, double? height, String? cardName, String? cardNumber, Color? uniqueColor, Color? shadowGradient, Color? textInputsColor, String? cardExpirationDate, String? cardExpirationText, Color? firstGradientColor, Color? textExpirationColor, Color? secondGradientColor})
Constructor
const

Properties

cardExpirationDate String?
Variable cardExpirationDate type String user can declarate his card expiration date
final
cardExpirationText String?
Variable cardExpirationText type String user can declarate his card expiration text
final
cardName String?
Variable cardName type String user can declarate his card name
final
cardNumber String?
Variable cardNumber type String user can declarate his card number
final
firstGradientColor Color?
Variable firstGradientColor type Color used to change first container's color in case it's gradient
final
Variable firstLogo type Image can accept an image and set it in first position
final
hashCode int
The hash code for this object.
no setterinherited
height double?
Variable height type double you're able to customize container's height
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondGradientColor Color?
Variable secondGradientColor type Color used to change second container's color in case it's gradient
final
Variable secondLogo type Image can accept an image and set it in second position
final
shadowGradient Color?
Variable shadowGradient type Color used to change the container's shadows in right corner in case it's gradient
final
textExpirationColor Color?
Variable textExpirationColor type Color can be used to change expiration text
final
textInputsColor Color?
Variable textInputsColor type Color can be used to change user's inputs text color
final
uniqueColor Color?
Variable uniqueColor type Color used to change the container's color in case it's not gradient
final
width double?
Variable width type double that permites user to change containers width
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _TNETCreditCardState
Creates the mutable state for this widget at a given location in the tree.
override
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