AdImageView class

Inheritance

Constructors

AdImageView({EdgeInsets? padding, EdgeInsets? margin, double? size, AdDecoration? decoration, double? elevation, Color? elevationColor})

Properties

decoration AdDecoration?
The Decoration of the AdView.
finalinherited
elevation double?
The elevation of the view. It may not work in some views
finalinherited
elevationColor Color?
The color of the elevation. It may not work in some views
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
The height of the view
finalinherited
id String?
The id of the view. Used to recognize it
getter/setter pairinherited
margin EdgeInsets?
The margin applied to the view. Default to none
finalinherited
padding EdgeInsets?
The padding applied to the view. Default to none
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewType String
The type of the view. Do not change this manually
finalinherited
width double?
The width of the view
finalinherited

Methods

copyWith(AdView? view) AdImageView
Copy this with a new AdView
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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