FollowButton class

Inheritance

Properties

actor ProfileViewBasic
finalinherited
backgroundColor MaterialStateProperty<Color?>?
getter/setter pairinherited
color Color?
getter/setter pairinherited
following String
getter/setter pair
follwers List<ProfileViewBasic>
getter/setter pair
fontSize double?
getter/setter pairinherited
fontWeight FontWeight?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isFollowing bool
no setter
onPressed VoidCallback?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state State<StatefulWidget>
finalinherited
text String
no setteroverride
widget Widget
no setterinherited

Methods

action() Future<void>
override
add(int count) → void
follow() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unfollow() Future<void>

Operators

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