ToolBarTitleWidget constructor
const
ToolBarTitleWidget({
- Key? key,
- required String? text,
- AppBarTextColorType? textColorType = AppBarTextColorType.default_black,
- double? width,
- VoidCallback? onPressed,
Implementation
const ToolBarTitleWidget({
Key? key,
required this.text,
this.textColorType = AppBarTextColorType.default_black,
this.width,
this.onPressed,
}) : super(key: key);