DaroPopupAdOptions class
Constructors
- DaroPopupAdOptions({Color backgroundColor = Colors.black26, Color containerColor = Colors.white, Color adMarkLabelTextColor = Colors.black, Color adMarkLabelBackgroundColor = Colors.black12, Color titleColor = Colors.black, Color bodyColor = Colors.black, Color ctaBackgroundColor = Colors.blue, Color ctaTextColor = Colors.white, String closeButtonText = '닫기', Color closeButtonColor = Colors.white})
- DaroPopupAdOptions.dark({String closeButtonText = '닫기'})
-
factory
- DaroPopupAdOptions.light({String closeButtonText = '닫기'})
-
factory
Properties
- adMarkLabelBackgroundColor → Color
-
final
- adMarkLabelTextColor → Color
-
final
- backgroundColor → Color
-
final
- bodyColor → Color
-
final
- closeButtonColor → Color
-
final
- closeButtonText → String
-
final
- containerColor → Color
-
final
- ctaBackgroundColor → Color
-
final
- ctaTextColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleColor → Color
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited