UMEWidget constructor
const
UMEWidget({})
Implementation
const UMEWidget({
super.key,
required this.child,
this.enable = true,
this.supportedLocales,
this.localizationsDelegates = defaultLocalizationsDelegates,
this.floatingButtonSize = const Size(65.0, 65.0),
this.logoSize = 40.0,
});