FluttermojiSaveWidget constructor
FluttermojiSaveWidget({
- Key? key,
- FluttermojiThemeData? theme,
- Function? onTap,
- Widget? child,
- InteractiveInkFeatureFactory? splashFactory,
- Color? splashColor,
- double? radius,
Implementation
FluttermojiSaveWidget({
Key? key,
FluttermojiThemeData? theme,
this.onTap,
this.child,
this.splashFactory,
this.splashColor,
this.radius,
}) : theme = theme ?? FluttermojiThemeData.standard,
super(key: key);