AdSizedView class

Inheritance

Constructors

AdSizedView({required AdView child, double? height, double? width})

Properties

children List<AdView>
finalinherited
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
gravity LayoutGravity?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
If non-null, requires the child to have exactly this height.
final
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
orientation String
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?
If non-null, requires the child to have exactly this width.
final

Methods

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

Operators

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