widget property

Widget widget

Implementation

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