BaseView.builder constructor
const
BaseView.builder({
- Key? key,
- dynamic arguments,
- ScreenModePackage screenMode = ScreenModePackage.FULL_SCREEN,
- BottomMenuPackage bottomMenu = BottomMenuPackage.NONE,
- bool isScroll = true,
- Function? onCallback,
- String? screenTitle,
- double? productNameTextSize,
- Color? productNameTextColor,
- double? productAmountTextSize,
- Color? productAmountTextColor,
- Color? cardViewBgColor,
- double? cardViewTextSize,
- Color? cardViewTextColor,
- Color? cardViewTextHintColor,
- double? confirmButtonTextSize,
- Color? confirmButtonTextColor,
Implementation
const BaseView.builder({
Key? key,
this.arguments,
this.screenMode = ScreenModePackage.FULL_SCREEN,
this.bottomMenu = BottomMenuPackage.NONE,
this.isScroll = true,
this.onCallback,
this.screenTitle,
this.productNameTextSize,
this.productNameTextColor,
this.productAmountTextSize,
this.productAmountTextColor,
this.cardViewBgColor,
this.cardViewTextSize,
this.cardViewTextColor,
this.cardViewTextHintColor,
this.confirmButtonTextSize,
this.confirmButtonTextColor,
}) : super(key: key);