HeaderStyle class
Constructors
- HeaderStyle({bool titleCentered = false, bool formatButtonVisible = true, bool formatButtonShowsNext = true, TextFormatter? titleTextFormatter, TextStyle titleTextStyle = const TextStyle(fontSize: 17.0), TextStyle formatButtonTextStyle = const TextStyle(fontSize: 14.0), BoxDecoration formatButtonDecoration = const BoxDecoration(border: Border.fromBorderSide(BorderSide()), borderRadius: BorderRadius.all(Radius.circular(12.0))), EdgeInsets headerMargin = const EdgeInsets.all(0.0), EdgeInsets headerPadding = const EdgeInsets.symmetric(vertical: 8.0), EdgeInsets formatButtonPadding = const EdgeInsets.symmetric(horizontal: 10.0, vertical: 4.0), EdgeInsets leftChevronPadding = const EdgeInsets.all(12.0), EdgeInsets rightChevronPadding = const EdgeInsets.all(12.0), EdgeInsets leftChevronMargin = const EdgeInsets.symmetric(horizontal: 8.0), EdgeInsets rightChevronMargin = const EdgeInsets.symmetric(horizontal: 8.0), Widget leftChevronIcon = const Icon(Icons.chevron_left), Widget rightChevronIcon = const Icon(Icons.chevron_right), bool leftChevronVisible = true, bool rightChevronVisible = true, BoxDecoration decoration = const BoxDecoration()})
- 
          
            const
Properties
- decoration → BoxDecoration
- 
  
  final
- formatButtonDecoration → BoxDecoration
- 
  
  final
- formatButtonPadding → EdgeInsets
- 
  
  final
- formatButtonShowsNext → bool
- 
  
  final
- formatButtonTextStyle → TextStyle
- 
  
  final
- formatButtonVisible → bool
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- headerMargin → EdgeInsets
- 
  
  final
- headerPadding → EdgeInsets
- 
  
  final
- leftChevronIcon → Widget
- 
  
  final
- leftChevronMargin → EdgeInsets
- 
  
  final
- leftChevronPadding → EdgeInsets
- 
  
  final
- leftChevronVisible → bool
- 
  
  final
- rightChevronIcon → Widget
- 
  
  final
- rightChevronMargin → EdgeInsets
- 
  
  final
- rightChevronPadding → EdgeInsets
- 
  
  final
- rightChevronVisible → bool
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- titleCentered → bool
- 
  
  final
- titleTextFormatter → TextFormatter?
- 
  
  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