GFSocialButtonType enum

Inheritance

Constructors

GFSocialButtonType()
const

Values

solid → const GFSocialButtonType

Default type is GFSocialButtonType.solid, used to fill with color for widget

outline → const GFSocialButtonType

Type GFSocialButtonType.outline, used for widget with outline border and fill color with Colors.transparent

outline2x → const GFSocialButtonType

Type GFSocialButtonType.outline2x, used for widget with outline2x border and border.width = 2.0 and fill color with Colors.transparent

transparent → const GFSocialButtonType

Type GFSocialButtonType.transparent, used for widget with fill color with Colors.transparent

icon → const GFSocialButtonType

Type GFSocialButtonType.icon, used for widget with just icon filled in square container

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<GFSocialButtonType>
A constant List of the values in this enum, in order of their declaration.