EmbedInputViewStyle class

Available extensions

Constructors

EmbedInputViewStyle({String? height, String? padding, String? background, String? borderRadius, String? boxShadow, String? borderStyle, String? borderColor, String? borderWidth, String? color, String? fontFamily, String? fontWeight, String? fontSize, String? fontSmoothing, String? lineHeight})

Properties

background String?
final
borderColor String?
final
borderRadius String?
final
borderStyle String?
final
borderWidth String?
final
boxShadow String?
final
color String?
final
fontFamily String?
final
fontSize String?
final
fontSmoothing String?
final
fontWeight String?
final
hashCode int
The hash code for this object.
no setterinherited
height String?
final
lineHeight String?
final
padding String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>

Available on EmbedInputViewStyle, provided by the EmbedInputViewStyleExtension extension

toString() String
A string representation of this object.
inherited

Operators

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