OpenWSocialButton constructor
const
OpenWSocialButton({
- Key? key,
- required dynamic nodeState,
- required SocialButtonType type,
- required FSize width,
- required FSize height,
- required dynamic onPressed(),
- required dynamic onLongPress(),
- CNode? child,
Implementation
const OpenWSocialButton({
super.key,
required super.nodeState,
required this.type,
required this.width,
required this.height,
required this.onPressed,
required this.onLongPress,
this.child,
});