AddStatusView constructor

const AddStatusView({
  1. Key? key,
  2. required String status,
  3. bool enableAppBar = true,
})

Implementation

const AddStatusView(
    {super.key, required this.status, this.enableAppBar = true});