Cta class

Constructors

Cta({required String buttonColor, required String buttonWidth, required String buttonAlignment, required int roundness, required Padding padding, required dynamic buttonText, required dynamic url})
Cta.fromJson(Map<String, dynamic> json)
factory

Properties

buttonAlignment String
getter/setter pair
buttonColor String
getter/setter pair
buttonText ↔ dynamic
getter/setter pair
buttonWidth String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
padding Padding
getter/setter pair
roundness int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url ↔ dynamic
getter/setter pair

Methods

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

Operators

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