menu
iconoir_flutter package
documentation
solid/post.dart
PostSolid
PostSolid const constructor
PostSolid const constructor
dark_mode
light_mode
PostSolid
constructor
const
PostSolid
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const PostSolid({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
solid/post
PostSolid
PostSolid const constructor
PostSolid class