PaymentCardTextField class

Inheritance

Constructors

PaymentCardTextField({dynamic onCardChanged(StripeCard)?, Color primaryColor = Colors.blue, Color errorColor = Colors.red, Color backgroundColor = Colors.white, Color? hintColor, bool autoFocus = false, Brightness? keyboardAppearance, Color textColor = const Color.fromRGBO(35, 35, 35, 1), String? cardHintText, String? cvcHintText, String? expHintText, TextStyle? hintStyle, TextStyle? style(PaymentCardTextFieldStatus, StripeCard)?, String validationMessage(PaymentCardTextFieldError)?, Widget validationIcon(PaymentCardTextFieldError)?, List<BoxShadow>? boxShadow, double height = 50, BoxConstraints? constraints, BoxBorder border(PaymentCardTextFieldStatus, StripeCard)?, BoxDecoration? decoration(PaymentCardTextFieldStatus, StripeCard)?, EdgeInsets? textFieldPadding, EdgeInsets? validityPadding, BorderRadiusGeometry? borderRadius, bool showValidityWidget = true, bool showShadow = true})

Properties

autoFocus bool
final
backgroundColor Color
final
border → (BoxBorder Function(PaymentCardTextFieldStatus, StripeCard)?)
final
borderRadius BorderRadiusGeometry?
final
boxShadow List<BoxShadow>?
final
cardHintText String?
final
constraints BoxConstraints?
final
cvcHintText String?
final
decoration → (BoxDecoration? Function(PaymentCardTextFieldStatus, StripeCard)?)
final
errorColor Color
final
expHintText String?
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
hintColor Color?
final
hintStyle TextStyle?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
keyboardAppearance Brightness?
final
onCardChanged → (dynamic Function(StripeCard)?)
final
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showShadow bool
final
showValidityWidget bool
final
style → (TextStyle? Function(PaymentCardTextFieldStatus, StripeCard)?)
final
textColor Color
final
textFieldPadding EdgeInsets?
final
validationIcon → (Widget Function(PaymentCardTextFieldError)?)
final
validationMessage → (String Function(PaymentCardTextFieldError)?)
final
validityPadding EdgeInsets?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _PaymentCardTextFieldState
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