ESDrawer<T> constructor
const
ESDrawer<T> ({
- required T screenIndex,
- required AnimationController iconAnimationController,
- required dynamic callBackItem(),
- required List<
ESDrawerItem> drawerList, - String assetLogo = '',
- String? title = '',
- String? subTitle = '',
- TextStyle? titleStyle,
- TextStyle? subTitleStyle,
- Key? key,
Implementation
const ESDrawer({
required this.screenIndex,
required this.iconAnimationController,
required this.callBackItem,
required this.drawerList,
this.assetLogo = '',
this.title = '',
this.subTitle = '',
this.titleStyle,
this.subTitleStyle,
Key? key,
}) : super(key: key);