ThreadTimeline class
Constructors
Properties
Methods
-
appendParent(
BuildContext context, List< Widget> widgets) → void -
appendPost(
List< Widget> widgets) → void -
appendReplies(
BuildContext context, List< Widget> widgets) → void -
build(
BuildContext context) → List< Widget> -
override
-
content(
Post post) → List< Widget> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postTL(
BuildContext context, Post post) → Widget -
inherited
-
setParent(
Post parent) → void -
inherited
-
setPost(
Post post) → void -
inherited
-
setReplies(
List< Thread> replies) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited