ShareSheet class

Constructors

ShareSheet({Key? key, required List<ShareSheetItem> options, String? title, String? cancelText = '取消', String? description, bool? wrap = false, int wrapNumber = 4, bool closeOnClickOverlay = true, dynamic onSelect(ShareSheetItem option, int index)?, dynamic onCancel()?})
const

Properties

cancelText String?
final
closeOnClickOverlay bool
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
onCancel → (dynamic Function()?)
final
onSelect → (dynamic Function(ShareSheetItem option, int index)?)
final
options List<ShareSheetItem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
wrap bool?
final
wrapNumber int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(BuildContext context) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited