AdDecoratedView class Null safety
- Inheritance
-
- Object
- AdView
- AdLinearLayout
- AdSingleChildView
- AdDecoratedView
Constructors
- AdDecoratedView({required AdDecoration decoration, required AdView child})
Properties
-
children
→ List<
AdView> -
final, inherited
- decoration ↔ AdDecoration
-
What decoration to paint.
read / write, override-getter
- elevation → double?
-
The elevation of the view. It may not work in some views
final, inherited
- elevationColor → Color?
-
The color of the elevation. It may not work in some views
final, inherited
- gravity → LayoutGravity?
-
final, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- height → double?
-
The height of the view
final, inherited
- id ↔ String?
-
The id of the view. Used to recognize it
read / write, inherited
- margin → EdgeInsets?
-
The margin applied to the view. Default to none
final, inherited
- orientation → String
-
final, inherited
- padding → EdgeInsets?
-
The padding applied to the view. Default to none
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- viewType → String
-
The type of the view. Do not change this manually
final, inherited
- width → double?
-
The width of the view
final, inherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited