CommonCardTitle constructor
const
CommonCardTitle({
- Key? key,
- required String title,
- String? accessoryText,
- Widget? accessoryWidget,
- VoidCallback? onTap,
- Widget? subTitleWidget,
- String? detailTextString,
- Color? detailColor,
- PlaceholderAlignment? alignment,
- EdgeInsetsGeometry? padding,
- int? titleMaxLines,
- TextOverflow titleOverflow = TextOverflow.clip,
- CardTitleConfig? themeData,
create BrnCommonCardTitle
Implementation
const CommonCardTitle(
{Key? key,
required this.title,
this.accessoryText,
this.accessoryWidget,
this.onTap,
this.subTitleWidget,
this.detailTextString,
this.detailColor,
this.alignment,
this.padding,
this.titleMaxLines,
this.titleOverflow = TextOverflow.clip,
this.themeData})
: super(key: key);