AppbarTitle constructor
AppbarTitle({
- Key? key,
- required String text,
- EdgeInsetsGeometry? margin,
- Function? onTap,
Implementation
AppbarTitle({
Key? key,
required this.text,
this.margin,
this.onTap,
}) : super(
key: key,
);