SocialConfig class

Constructors

SocialConfig({required String type, dynamic appId, Image? icon})
Create configuration for social network

Properties

appId ↔ dynamic
Required by facebook
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon Image?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Allowed types are: facebook, linkedin and twitter
getter/setter pair

Methods

button(dynamic url) IconButton
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