AppBarButtonText constructor
const
AppBarButtonText({
- Key? key,
- String? text,
- TextStyle? textStyle,
- Color? textColor,
- Color? backgroundColor,
- Function? onPressed,
- EdgeInsets? padding = const EdgeInsets.fromLTRB(16, 0, 16, 0),
- EdgeInsets? margin,
- double? width,
- double? height = 32,
Implementation
const AppBarButtonText({
super.key,
super.text,
super.textStyle,
super.textColor,
super.backgroundColor,
super.onPressed,
super.padding = const EdgeInsets.fromLTRB(16, 0, 16, 0),
super.margin,
super.width,
super.height = 32,
});