AdButtonView class

Inheritance

Constructors

AdButtonView({EdgeInsets? padding, EdgeInsets? margin, double? width, double? height, AdDecoration? decoration, double? elevation, Color? elevationColor, Color? pressColor, int? minLines, int? maxLines, TextStyle? textStyle, String? text})

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
maxLines int?
finalinherited
minLines int?
finalinherited
padding EdgeInsets?
The padding applied to the view. Default to none
finalinherited
pressColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
The style applied to the text view.
finalinherited
text String?
finalinherited
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) AdButtonView
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>
override
toString() String
A string representation of this object.
inherited

Operators

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