JsPaymentRequestButtonElementStyleProps class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

JsPaymentRequestButtonElementStyleProps({String? theme, String? type, String? height})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height String?
Defaults to '40px'. The width is always '100%'.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme String?
One of 'dark', 'light', or 'light-outline' Defaults to 'dark'
getter/setter pair
type String?
One of 'default', 'book', 'buy', or 'donate' Defaults to 'default'
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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