menu
nabit_app
screens\post\posting_screen.dart
PostingScreen
PostingScreen const constructor
PostingScreen
dark_mode
light_mode
PostingScreen
constructor
const
PostingScreen
(
{
Key
?
key
,
double
?
fromBottom
,
double
?
exploreFromBottom
}
)
Implementation
const PostingScreen({super.key, this.fromBottom, this.exploreFromBottom});
nabit_app
posting_screen
PostingScreen
PostingScreen const constructor
PostingScreen class