menu
flutter_compose_ui_modifiers package
documentation
other/m_banner.dart
MBanner
MBanner.new const constructor
MBanner.new const constructor
dark_mode
light_mode
MBanner
constructor
const
MBanner
(
List
<
String
>
data
, {
double
?
width
,
double
?
height
,
BorderRadius
?
borderRadius
,
SwiperOnTap?
onTap
,
Key
?
key
,
})
Implementation
const MBanner(this.data, {this.width, this.height, this.borderRadius, this.onTap, super.key});
flutter_compose_ui_modifiers package
documentation
other/m_banner
MBanner
MBanner.new const constructor
MBanner class