widget property
Widget
get
widget
Implementation
Widget get widget => SizedBox(
height: adHeight?.toDouble() ?? height,
child: AdWidget(ad: _myNative!),
);
Widget get widget => SizedBox(
height: adHeight?.toDouble() ?? height,
child: AdWidget(ad: _myNative!),
);