ShareIconConfiguration class

Constructors

ShareIconConfiguration({StringCallback? onPressed, Widget? icon, Color? defaultIconBackgroundColor, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, Color? defaultIconColor})

Properties

defaultIconBackgroundColor Color?
Used to give share icon background color.
final
defaultIconColor Color?
Used to give share icon color.
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
Provides ability to add custom share icon.
final
margin EdgeInsetsGeometry?
Used to give share icon margin.
final
onPressed StringCallback?
Provides callback when user press on share button.
final
padding EdgeInsetsGeometry?
Used to give share icon padding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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