FluttermojiSaveWidget constructor

FluttermojiSaveWidget({
  1. Key? key,
  2. FluttermojiThemeData? theme,
  3. Function? onTap,
  4. Widget? child,
  5. InteractiveInkFeatureFactory? splashFactory,
  6. Color? splashColor,
  7. 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);