PdfActionBarTheme class

Mixed-in types

Constructors

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.
const

Properties

actionSpacing → double
final
alignment → WrapAlignment
final
backgroundColor → Color?
final
crossAxisAlignment → WrapCrossAlignment
final
elevation → double
final
hashCode → int
The hash code for this object.
no setteroverride
height → double?
final
iconColor → Color?
final
runAlignment → WrapAlignment
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
textStyle → TextStyle?
final

Methods

copyWith({Color? backgroundColor, Color? iconColor, double? height, TextStyle? textStyle, double? elevation, double? actionSpacing, WrapAlignment? alignment, WrapAlignment? runAlignment, WrapCrossAlignment? crossAxisAlignment}) → PdfActionBarTheme
Creates a copy of this object but with the given fields replaced with the new values.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) → String
A string representation of this object.
inherited
toStringShort() → String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
override