TitleViewBranchWidget constructor
const
TitleViewBranchWidget({
- Key? key,
- String titleTxt = "",
- Widget? titleWidget,
- double titleSize = 16,
- FontWeight titleFontWeight = FontWeight.w700,
- TextStyle? titleStyle,
- String subTxt = "",
- double subTxtSize = 12,
- Widget? bottomWidget,
- AnimationController? animationController,
- Animation<
double> ? animation, - EdgeInsets padding = const EdgeInsets.only(left: 8, right: 8),
Implementation
const TitleViewBranchWidget(
{super.key,
this.titleTxt = "",
this.titleWidget,
this.titleSize = 16,
this.titleFontWeight = FontWeight.w700,
this.titleStyle,
this.subTxt = "",
this.subTxtSize = 12,
this.bottomWidget,
this.animationController,
this.animation,
this.padding = const EdgeInsets.only(left: 8, right: 8)});