BaseStatefulWidget<T extends StatefulWidget, C extends BaseController> constructor
const
BaseStatefulWidget<T extends StatefulWidget, C extends BaseController> ({})
Implementation
const BaseStatefulWidget({
super.key,
this.isCanBackPressed = true,
this.appbarHeight = 44.0,
this.isNeedAppBar = true,
this.isNeedScaffold = true,
this.bodyColor = AppColors.bgColor,
this.extendBodyBehindAppBar = false,
this.resizeToAvoidBottomInset = false,
this.appBarActions,
});