soreo
post_page
PostPage
PostPage const constructor
PostPage
PostPage
constructor
Null safety
const
PostPage
(
{
Key
?
key
,
required
Post
post
}
)
Implementation
const PostPage({Key? key, required this.post}) : super(key: key);
soreo
post_page
PostPage
PostPage const constructor
PostPage class
Constructors
PostPage
Properties
hashCode
key
post
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==