f_redditech
qwiddo
PostCard
PostCard constructor
PostCard
PostCard
constructor
Null safety
PostCard
(
{
Key
?
key
,
required
Post
post
}
)
Constructs a
PostCard
Widget
Implementation
PostCard({Key? key, required this.post}) : super(key: key);
f_redditech
qwiddo
PostCard
PostCard constructor
PostCard class
Constructors
PostCard
Properties
hashCode
key
post
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
timeBetween
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==