AdsContentAdsGeneralFramework class

UncompleteDocumentation

Constructors

AdsContentAdsGeneralFramework.new({required dynamic media, required dynamic authorPhotoProfile, required String title, required void onPressed(AdsContentAdsGeneralFramework adsContentAdsGeneralFramework), required String subtitle})
UncompleteDocumentation
const

Properties

authorPhotoProfile → dynamic
UncompleteDocumentation
final
hashCode int
The hash code for this object.
no setterinherited
media → dynamic
UncompleteDocumentation
final
onPressed → void Function(AdsContentAdsGeneralFramework adsContentAdsGeneralFramework)
UncompleteDocumentation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String
UncompleteDocumentation
final
title String
UncompleteDocumentation
final

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

Static Methods

carouselWidget({required BuildContext context, EdgeInsets? margin, required double? maxHeight, double? maxWidth, required List<AdsContentAdsGeneralFramework> ads, required void onHighlightChanged(AdsContentAdsGeneralFramework adsContentAdsGeneralFramework, bool value), required void onProfilePressed(AdsContentAdsGeneralFramework adsContentAdsGeneralFramework), required bool isLoading}) Widget
UncompleteDocumentation