PdfActionBarTheme constructor
const
PdfActionBarTheme({
- Color? backgroundColor,
- Color? iconColor,
- double? height,
- TextStyle? textStyle,
- double elevation = 4.0,
- double actionSpacing = 0.0,
- WrapAlignment alignment = WrapAlignment.spaceAround,
- WrapAlignment runAlignment = WrapAlignment.center,
- WrapCrossAlignment crossAxisAlignment = WrapCrossAlignment.center,
Creates a theme for action bar of PdfPreviewController.
Implementation
const PdfActionBarTheme({
this.backgroundColor,
this.iconColor,
this.height,
this.textStyle,
this.elevation = 4.0,
this.actionSpacing = 0.0,
this.alignment = WrapAlignment.spaceAround,
this.runAlignment = WrapAlignment.center,
this.crossAxisAlignment = WrapCrossAlignment.center,
});