menu
flutter_ironsource_x package
documentation
banner.dart
BannerSize
BannerSize const constructor
BannerSize const constructor
dark_mode
light_mode
BannerSize
constructor
const
BannerSize
(
{
String
type
=
BannerSizeType.CUSTOM
,
int
width
=
320
,
int
height
=
50
,
})
Implementation
const BannerSize( {this.type = BannerSizeType.CUSTOM, this.width = 320, this.height = 50});
flutter_ironsource_x package
documentation
banner
BannerSize
BannerSize const constructor
BannerSize class