menu
doceree_ads package
documentation
screens/consent_widget_3.dart
ConsentWidget3
ConsentWidget3.new const constructor
ConsentWidget3.new const constructor
dark_mode
light_mode
ConsentWidget3
constructor
const
ConsentWidget3
(
{
Key
?
key
,
required
String
adUnitId
,
required
dynamic
callback
(
bool
,
bool
),
})
Implementation
const
ConsentWidget3({
super
.key,
required
this
.adUnitId,
required
this
.callback});
doceree_ads package
documentation
screens/consent_widget_3
ConsentWidget3
ConsentWidget3.new const constructor
ConsentWidget3 class
Constructors
new
Properties
adUnitId
callback
hashCode
key
runtimeType
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==