UikLokalAcademyCardProps class

Inheritance
Annotations

Constructors

UikLokalAcademyCardProps({String logoPath = "", String cardType = "", String title = "", String content = "", String reward = "", double width = 0, double height = 0, double logoWidth = 0, double logoHeight = 0, double titleFontSize = 0, double contentFontSize = 0, UikButtonProps? buttonText})
UikLokalAcademyCardProps.fromJson(Map<String, dynamic> json)
factory

Properties

buttonText UikButtonProps
getter/setter pair
cardType String
getter/setter pair
content String
getter/setter pair
contentFontSize double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
id String
getter/setter pair
logoHeight double
getter/setter pair
logoPath String
getter/setter pair
logoWidth double
getter/setter pair
reward String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
getter/setter pair
titleFontSize double
getter/setter pair
width double
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.
override

Operators

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