AreaPaneHeader constructor
const
AreaPaneHeader({
- Key? key,
- required Widget title,
- int maxLines = 1,
- List<
Widget> actions = const [], - double leftPadding = defaultSpacing,
- double rightPadding = densePadding,
- bool tall = false,
- bool dense = false,
- bool roundedTopBorder = true,
- bool includeTopBorder = true,
- bool includeBottomBorder = true,
- bool includeLeftBorder = false,
- bool includeRightBorder = false,
Implementation
const AreaPaneHeader({
super.key,
required this.title,
this.maxLines = 1,
this.actions = const [],
this.leftPadding = defaultSpacing,
this.rightPadding = densePadding,
this.tall = false,
this.dense = false,
this.roundedTopBorder = true,
this.includeTopBorder = true,
this.includeBottomBorder = true,
this.includeLeftBorder = false,
this.includeRightBorder = false,
});