AdRatingBarView class

Inheritance

Constructors

AdRatingBarView({EdgeInsets? padding, EdgeInsets? margin, AdDecoration? decoration, double? width, double? height, double? elevation, Color? elevationColor, double? stepSize, Color? starsColor})

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
starsColor Color?
final
stepSize double?
final
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) AdRatingBarView
Copy this with a new AdRatingBarView
override
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