fixed ad isBefore
This commit is contained in:
@@ -13,6 +13,9 @@ class AdTile extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
print('geic');
|
||||
print(ad);
|
||||
|
||||
return Padding(
|
||||
padding: padding ?? const EdgeInsets.symmetric(horizontal: 8.0),
|
||||
child: PanelButton(
|
||||
|
||||
Reference in New Issue
Block a user