HeaderStyle class

Constructors

HeaderStyle({bool centerHeaderTitle = false, bool formatButtonVisible = true, bool formatButtonShowsNext = true, TextBuilder? titleTextBuilder, TextStyle titleTextStyle = const TextStyle(fontSize: 17.0), TextStyle formatButtonTextStyle = const TextStyle(), Decoration formatButtonDecoration = const BoxDecoration(border: Border(top: BorderSide(), bottom: BorderSide(), left: BorderSide(), right: BorderSide()), borderRadius: BorderRadius.all(Radius.circular(12.0))), EdgeInsetsGeometry? headerMargin, EdgeInsetsGeometry headerPadding = const EdgeInsets.symmetric(vertical: 8.0), EdgeInsetsGeometry formatButtonPadding = const EdgeInsets.symmetric(horizontal: 10.0, vertical: 4.0), EdgeInsetsGeometry leftChevronPadding = const EdgeInsets.all(12.0), EdgeInsetsGeometry rightChevronPadding = const EdgeInsets.all(12.0), EdgeInsetsGeometry leftChevronMargin = const EdgeInsets.symmetric(horizontal: 8.0), EdgeInsetsGeometry rightChevronMargin = const EdgeInsets.symmetric(horizontal: 8.0), Icon leftChevronIcon = const Icon(Icons.chevron_left), Icon rightChevronIcon = const Icon(Icons.chevron_right), bool showLeftChevron = true, bool showRightChevron = true, BoxDecoration decoration = const BoxDecoration()})
const

Properties

centerHeaderTitle bool
final
decoration BoxDecoration
final
formatButtonDecoration Decoration
final
formatButtonPadding EdgeInsetsGeometry
final
formatButtonShowsNext bool
final
formatButtonTextStyle TextStyle
final
formatButtonVisible bool
final
hashCode int
The hash code for this object.
no setterinherited
headerMargin EdgeInsetsGeometry?
final
headerPadding EdgeInsetsGeometry
final
leftChevronIcon Icon
final
leftChevronMargin EdgeInsetsGeometry
final
leftChevronPadding EdgeInsetsGeometry
final
rightChevronIcon Icon
final
rightChevronMargin EdgeInsetsGeometry
final
rightChevronPadding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLeftChevron bool
final
showRightChevron bool
final
titleTextBuilder TextBuilder?
final
titleTextStyle TextStyle
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited