AdLayoutConfig class

This is the configuration of layout In case of inline ad ad all the height to the parent container widget. Container height mediaContentHeight +adTileHeight +adActionHeight +10 margin pixels

Constructors

AdLayoutConfig({int mediaContentHeight = 250, int adTileHeight = 70, int adActionHeight = 50, BoxContentAlignment adTileAlignment = BoxContentAlignment.top})

Properties

adActionHeight int
Action container height that contains body and button
final
adTileAlignment BoxContentAlignment
Ad tile contents will align from this parameter
final
adTileHeight int
Tile height that will show advertiser id/stars/store
final
hashCode int
The hash code for this object.
no setterinherited
mediaContentHeight int
Image/Video content height
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toMap Map<String, Object>
no setter

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